Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PlanetRed
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jeff Sturek
PlanetRed
Commits
da609a55
Commit
da609a55
authored
6 years ago
by
Michael Fairchild
Browse files
Options
Downloads
Patches
Plain Diff
update phpCAS
parent
0f494a6e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
plugins/cas_auth_unl/composer.json
+1
-1
1 addition, 1 deletion
plugins/cas_auth_unl/composer.json
plugins/cas_auth_unl/composer.lock
+14
-12
14 additions, 12 deletions
plugins/cas_auth_unl/composer.lock
with
15 additions
and
13 deletions
plugins/cas_auth_unl/composer.json
+
1
−
1
View file @
da609a55
{
{
"require"
:
{
"require"
:
{
"jasig/phpcas"
:
"
~
1.3"
,
"jasig/phpcas"
:
"1.3
.x-dev
"
,
"tedivm/stash"
:
"~0.13"
"tedivm/stash"
:
"~0.13"
}
}
}
}
This diff is collapsed.
Click to expand it.
plugins/cas_auth_unl/composer.lock
+
14
−
12
View file @
da609a55
{
{
"_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": "201
5-11-16 20:44:36
"
"time": "201
8-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-29
T
00: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": [],
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment