Revize 73804802
Přidáno uživatelem Cajova-Houba před téměř 7 roky(ů)
backend/composer.lock | ||
---|---|---|
4 | 4 |
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", |
5 | 5 |
"This file is @generated automatically" |
6 | 6 |
], |
7 |
"hash": "eb888ea84a45675db2bc1f4dd4da889d",
|
|
8 |
"content-hash": "be56596918ef42a15b75d881aaedbd55",
|
|
7 |
"hash": "d6efa3bd19563e064047d9b70e8a2752",
|
|
8 |
"content-hash": "e59526fcb072b5d7e63b1eea55da3b4f",
|
|
9 | 9 |
"packages": [ |
10 | 10 |
{ |
11 | 11 |
"name": "doctrine/inflector", |
... | ... | |
74 | 74 |
], |
75 | 75 |
"time": "2015-11-06 14:35:42" |
76 | 76 |
}, |
77 |
{ |
|
78 |
"name": "firebase/php-jwt", |
|
79 |
"version": "v5.0.0", |
|
80 |
"source": { |
|
81 |
"type": "git", |
|
82 |
"url": "https://github.com/firebase/php-jwt.git", |
|
83 |
"reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e" |
|
84 |
}, |
|
85 |
"dist": { |
|
86 |
"type": "zip", |
|
87 |
"url": "https://api.github.com/repos/firebase/php-jwt/zipball/9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", |
|
88 |
"reference": "9984a4d3a32ae7673d6971ea00bae9d0a1abba0e", |
|
89 |
"shasum": "" |
|
90 |
}, |
|
91 |
"require": { |
|
92 |
"php": ">=5.3.0" |
|
93 |
}, |
|
94 |
"require-dev": { |
|
95 |
"phpunit/phpunit": " 4.8.35" |
|
96 |
}, |
|
97 |
"type": "library", |
|
98 |
"autoload": { |
|
99 |
"psr-4": { |
|
100 |
"Firebase\\JWT\\": "src" |
|
101 |
} |
|
102 |
}, |
|
103 |
"notification-url": "https://packagist.org/downloads/", |
|
104 |
"license": [ |
|
105 |
"BSD-3-Clause" |
|
106 |
], |
|
107 |
"authors": [ |
|
108 |
{ |
|
109 |
"name": "Neuman Vong", |
|
110 |
"email": "neuman+pear@twilio.com", |
|
111 |
"role": "Developer" |
|
112 |
}, |
|
113 |
{ |
|
114 |
"name": "Anant Narayanan", |
|
115 |
"email": "anant@php.net", |
|
116 |
"role": "Developer" |
|
117 |
} |
|
118 |
], |
|
119 |
"description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.", |
|
120 |
"homepage": "https://github.com/firebase/php-jwt", |
|
121 |
"time": "2017-06-27 22:17:23" |
|
122 |
}, |
|
77 | 123 |
{ |
78 | 124 |
"name": "illuminate/auth", |
79 | 125 |
"version": "v5.2.45", |
Také k dispozici: Unified diff
refs #6742: Pridano api pro generovani JWT.