From 8132100d1c43d37e1bca1c04ec5f40a6e96f5efe Mon Sep 17 00:00:00 2001 From: Rifki Alhuraibi Date: Fri, 18 Mar 2016 15:05:05 +0700 Subject: [PATCH] remove version constraint there's typo bug on jasig/phpcas where class is not found, and got through on 1.3.3. releases here's the detailed line: https://github.com/Jasig/phpCAS/blob/b6f5d484735d3b0e80b068a87bd1eabac04b2cbe/source/CAS/Client.php#L892 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5fe3a2e..8330ca8 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": ">=5.3.0", "illuminate/support": "4.*|5.*", - "jasig/phpcas": "1.3.3" + "jasig/phpcas": "1.3.*" }, "autoload": { "psr-0": {