Upgrade JWT to v3 (namespaced)

This commit is contained in:
Benoît Burnichon
2015-11-03 14:22:50 +01:00
parent e562a83d33
commit 7b78d170a4
2 changed files with 13 additions and 14 deletions

View File

@@ -56,7 +56,7 @@
"doctrine/orm": "~2.4.0", "doctrine/orm": "~2.4.0",
"elasticsearch/elasticsearch": "~1.0", "elasticsearch/elasticsearch": "~1.0",
"facebook/php-sdk": "~3.0", "facebook/php-sdk": "~3.0",
"firebase/php-jwt": "^2.1.0", "firebase/php-jwt": "^3.0.0",
"gedmo/doctrine-extensions": "~2.3.0", "gedmo/doctrine-extensions": "~2.3.0",
"goodby/csv": "dev-master", "goodby/csv": "dev-master",
"guzzle/guzzle": "~3.0", "guzzle/guzzle": "~3.0",

25
composer.lock generated
View File

@@ -4,8 +4,8 @@
"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#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "95ec8a23c6c8b7d876c3cdb912100140", "hash": "6b9d684c6bf7474ea317d0a0b0098622",
"content-hash": "4b321c68709e515a6a5e9a714d178da5", "content-hash": "807d04aa86d8645c4162d4e85e206892",
"packages": [ "packages": [
{ {
"name": "alchemy-fr/tcpdf-clone", "name": "alchemy-fr/tcpdf-clone",
@@ -1482,27 +1482,26 @@
}, },
{ {
"name": "firebase/php-jwt", "name": "firebase/php-jwt",
"version": "v2.2.0", "version": "v3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/firebase/php-jwt.git", "url": "https://github.com/firebase/php-jwt.git",
"reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5" "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/e0a75bfb6413f22092c99b70f310ccb2cca3efa5", "url": "https://api.github.com/repos/firebase/php-jwt/zipball/fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
"reference": "e0a75bfb6413f22092c99b70f310ccb2cca3efa5", "reference": "fa8a06e96526eb7c0eeaa47e4f39be59d21f16e1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.2.0" "php": ">=5.3.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"classmap": [ "psr-4": {
"Authentication/", "Firebase\\JWT\\": "src"
"Exceptions/" }
]
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
@@ -1522,7 +1521,7 @@
], ],
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
"homepage": "https://github.com/firebase/php-jwt", "homepage": "https://github.com/firebase/php-jwt",
"time": "2015-06-22 23:26:39" "time": "2015-07-22 18:31:08"
}, },
{ {
"name": "gedmo/doctrine-extensions", "name": "gedmo/doctrine-extensions",
@@ -4241,7 +4240,7 @@
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/43ac5a3afcae6ab9ec1a4cb193c9c9a995d9e1df", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/583b8eba0bcc0ac9aa8e7309e5313c068dbfbe30",
"reference": "4f1925fc351a2f058bb56117203a85c5da8852cc", "reference": "4f1925fc351a2f058bb56117203a85c5da8852cc",
"shasum": "" "shasum": ""
}, },