File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1515 - $HOME/.composer/cache
1616
1717before_install :
18- - if [[ $lint = '1' ]]; then composer require --no-update --dev lcobucci/jwt:^4.0; fi
1918 - if [[ $lint = '1' ]]; then wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.4/php-cs-fixer.phar; fi
2019 - if [[ $lint = '1' ]]; then wget https://github.com/phpstan/phpstan/releases/download/0.12.82/phpstan.phar; fi
2120
Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4+ 0.3.2
5+ -----
6+
7+ * Full compatibility with PHP 7.1
8+ * Enable JWT support by default
9+
4100.3.1
511-----
612
7- * Add a configuration option to set a defaut expiration for the JWT and the cookie when using the ` Authorization ` class
13+ * Add a configuration option to set a default expiration for the JWT and the cookie when using the ` Authorization ` class
814
9150.3.0
1016-----
Original file line number Diff line number Diff line change 1717 ],
1818 "require" : {
1919 "php" : " >=7.1.3" ,
20+ "lcobucci/jwt" : " ^3.4|^4.0" ,
2021 "symfony/config" : " ^4.4|^5.0" ,
2122 "symfony/dependency-injection" : " ^4.4|^5.0" ,
2223 "symfony/http-kernel" : " ^4.4|^5.0" ,
23- "symfony/mercure" : " ^0.5" ,
24+ "symfony/mercure" : " ^0.5.3 " ,
2425 "symfony/web-link" : " ^4.4|^5.0"
2526 },
2627 "autoload" : {
You can’t perform that action at this time.
0 commit comments