From ce23e1249c0172b170043cae9ebce2cbfb455d40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jun 2021 10:02:34 +0000 Subject: [PATCH] Bump jasig/phpcas from 1.3.8 to 1.4.0 Bumps [jasig/phpcas](https://github.com/apereo/phpCAS) from 1.3.8 to 1.4.0. - [Release notes](https://github.com/apereo/phpCAS/releases) - [Changelog](https://github.com/apereo/phpCAS/blob/master/docs/ChangeLog) - [Commits](https://github.com/apereo/phpCAS/compare/1.3.8...1.4.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 43 +++++++++++++++++++++++++------------------ 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/composer.json b/composer.json index 2cdc0c11..fb717b05 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "kint-php/kint": "3.2.2", "phpmailer/phpmailer": "6.0.7", "tecnickcom/tcpdf": "6.3.2", - "jasig/phpcas": "1.3.8", + "jasig/phpcas": "1.4.0", "yohang/calendr": "^2.0", "guzzlehttp/guzzle": "6.5.2", "libertempo/api": "1.10.0", diff --git a/composer.lock b/composer.lock index 4030fa4c..e542f7b5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "e1be9d73109cd03d9736c6f9031ef52f", + "content-hash": "63c2fd5a489d4941de90ae80c75d80a4", "packages": [ { "name": "adldap2/adldap2", @@ -1392,24 +1392,26 @@ }, { "name": "jasig/phpcas", - "version": "1.3.8", + "version": "1.4.0", "source": { "type": "git", "url": "https://github.com/apereo/phpCAS.git", - "reference": "40c0769ce05a30c8172b36ceab11124375c8366e" + "reference": "ea27d122c4c7114006b33d15668c90f1904d53df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/apereo/phpCAS/zipball/40c0769ce05a30c8172b36ceab11124375c8366e", - "reference": "40c0769ce05a30c8172b36ceab11124375c8366e", + "url": "https://api.github.com/repos/apereo/phpCAS/zipball/ea27d122c4c7114006b33d15668c90f1904d53df", + "reference": "ea27d122c4c7114006b33d15668c90f1904d53df", "shasum": "" }, "require": { "ext-curl": "*", - "php": ">=5.4.0" + "php": ">=7.0.0", + "psr/log": "^1.0.0" }, "require-dev": { - "phpunit/phpunit": "~3.7.10" + "monolog/monolog": "^1.0.0", + "phpunit/phpunit": ">=4.8.35 <8" }, "type": "library", "extra": { @@ -1429,11 +1431,16 @@ "authors": [ { "name": "Joachim Fritschi", - "homepage": "https://wiki.jasig.org/display/~fritschi" + "email": "jfritschi@freenet.de", + "homepage": "https://github.com/jfritschi" }, { "name": "Adam Franco", - "homepage": "https://wiki.jasig.org/display/~adamfranco" + "homepage": "https://github.com/adamfranco" + }, + { + "name": "Henry Pan", + "homepage": "https://github.com/phy25" } ], "description": "Provides a simple API for authenticating users against a CAS server", @@ -1445,9 +1452,9 @@ ], "support": { "issues": "https://github.com/apereo/phpCAS/issues", - "source": "https://github.com/apereo/phpCAS/tree/1.3.8" + "source": "https://github.com/apereo/phpCAS/tree/1.4.0" }, - "time": "2019-08-18T20:01:55+00:00" + "time": "2021-05-30T19:53:34+00:00" }, { "name": "jeremeamia/superclosure", @@ -2227,16 +2234,16 @@ }, { "name": "psr/log", - "version": "1.1.3", + "version": "1.1.4", "source": { "type": "git", "url": "https://github.com/php-fig/log.git", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc" + "reference": "d49695b909c3b7628b6289db5479a1c204601f11" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc", - "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc", + "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", + "reference": "d49695b909c3b7628b6289db5479a1c204601f11", "shasum": "" }, "require": { @@ -2260,7 +2267,7 @@ "authors": [ { "name": "PHP-FIG", - "homepage": "http://www.php-fig.org/" + "homepage": "https://www.php-fig.org/" } ], "description": "Common interface for logging libraries", @@ -2271,9 +2278,9 @@ "psr-3" ], "support": { - "source": "https://github.com/php-fig/log/tree/1.1.3" + "source": "https://github.com/php-fig/log/tree/1.1.4" }, - "time": "2020-03-23T09:12:05+00:00" + "time": "2021-05-03T11:20:27+00:00" }, { "name": "psr/simple-cache",