File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 uses : actions/checkout@v1
1212
1313 - name : Fix style
14- uses : docker://oskarstark/php-cs-fixer-ga
14+ uses : docker://oskarstark/php-cs-fixer-ga:2.19.0
1515 with :
1616 args : --config=.php_cs --allow-risky=yes
1717
Original file line number Diff line number Diff line change 2323 uses : actions/checkout@v1
2424
2525 - name : Cache dependencies
26- uses : actions/cache@v1
26+ uses : actions/cache@v3
2727 with :
2828 path : ~/.composer/cache/files
2929 key : dependencies-laravel-${{ matrix.laravel }}-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 88 ],
99 "homepage" : " https://github.com/louishrg/state-flow" ,
1010 "license" : " MIT" ,
11- "version" : " 1.4 " ,
11+ "version" : " 1.5 " ,
1212 "type" : " library" ,
1313 "authors" : [
1414 {
1818 }
1919 ],
2020 "require" : {
21- "php" : " ^7.2|^8.1" ,
22- "laravel/framework" : " ^7.2|^8.0|^9.0|^10.0"
21+ "php" : " ^7.2|^8.1|^8.2|^8.3 " ,
22+ "laravel/framework" : " ^7.2|^8.0|^9.0|^10.0|^11.0|^12.0 "
2323 },
2424 "require-dev" : {
2525 "friendsofphp/php-cs-fixer" : " ^2.16" ,
2626 "phpunit/phpunit" : " ^8.0|^9.0" ,
27- "orchestra/testbench" : " ~3.8.0|^4.0|^5.0|^6.0"
27+ "orchestra/testbench" : " ~3.8.0|^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0 "
2828 },
2929 "autoload" : {
3030 "psr-4" : {
You can’t perform that action at this time.
0 commit comments