Skip to content
Snippets Groups Projects
Commit da609a55 authored by Michael Fairchild's avatar Michael Fairchild
Browse files

update phpCAS

parent 0f494a6e
Branches
No related tags found
No related merge requests found
{ {
"require": { "require": {
"jasig/phpcas": "~1.3", "jasig/phpcas": "1.3.x-dev",
"tedivm/stash": "~0.13" "tedivm/stash": "~0.13"
} }
} }
{ {
"_readme": [ "_readme": [
"This file locks the dependencies of your project to a known state", "This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "b4245ecc009711f2dc14b812d7df3801", "content-hash": "3c159cf3bf5c282651e8fefe10c17c8e",
"content-hash": "6100f9d8f438ea02c6cc1e2fdb4f9075",
"packages": [ "packages": [
{ {
"name": "jasig/phpcas", "name": "jasig/phpcas",
"version": "1.3.4", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Jasig/phpCAS.git", "url": "https://github.com/apereo/phpCAS.git",
"reference": "8c74d21630f74278270830fdbdb0c1317bce3f0a" "reference": "7a949dee79aaadc16161d7d4863b5c0871546222"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Jasig/phpCAS/zipball/8c74d21630f74278270830fdbdb0c1317bce3f0a", "url": "https://api.github.com/repos/apereo/phpCAS/zipball/7a949dee79aaadc16161d7d4863b5c0871546222",
"reference": "8c74d21630f74278270830fdbdb0c1317bce3f0a", "reference": "7a949dee79aaadc16161d7d4863b5c0871546222",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-curl": "*", "ext-curl": "*",
"php": ">=5.0.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "~3.7.10" "phpunit/phpunit": "~3.7.10"
...@@ -56,10 +55,11 @@ ...@@ -56,10 +55,11 @@
"description": "Provides a simple API for authenticating users against a CAS server", "description": "Provides a simple API for authenticating users against a CAS server",
"homepage": "https://wiki.jasig.org/display/CASC/phpCAS", "homepage": "https://wiki.jasig.org/display/CASC/phpCAS",
"keywords": [ "keywords": [
"apereo",
"cas", "cas",
"jasig" "jasig"
], ],
"time": "2015-11-16 20:44:36" "time": "2018-03-15T13:17:25+00:00"
}, },
{ {
"name": "tedivm/stash", "name": "tedivm/stash",
...@@ -113,13 +113,15 @@ ...@@ -113,13 +113,15 @@
"redis", "redis",
"sessions" "sessions"
], ],
"time": "2015-12-29 00:07:05" "time": "2015-12-29T00:07:05+00:00"
} }
], ],
"packages-dev": [], "packages-dev": [],
"aliases": [], "aliases": [],
"minimum-stability": "stable", "minimum-stability": "stable",
"stability-flags": [], "stability-flags": {
"jasig/phpcas": 20
},
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": [],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment