File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 - name : Install Dependencies
2828 run : |
2929 sudo composer self-update --no-interaction
30- composer install -q -- no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
30+ composer install -- no-ansi --no-interaction --no-progress --no-scripts --prefer-dist
3131
3232 - name : Execute PHPUnit tests
3333 run : vendor/bin/phpunit
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ The MIT License (MIT). Please see [License File](LICENSE.md) for more informatio
7979## Dcoker usage
8080```
8181docker run --rm -it --volume $(pwd):/var/www/html/ php:7.4-fpm-alpine /bin/ash
82+ docker run --rm -it --volume $(pwd):/var/www/html/ php:8.0-fpm-alpine /bin/ash
8283```
8384
8485[ ico-version ] : https://img.shields.io/packagist/v/webkod3r/laravel-swivel.svg?style=flat-square
Original file line number Diff line number Diff line change 3030 },
3131 "require-dev" : {
3232 "mockery/mockery" : " ^1.2" ,
33- "orchestra/testbench" : " ^4.0|^5.0|^6.0" ,
3433 "orchestra/database" : " ^4.0|^5.0|^6.0" ,
35- "phpunit/phpunit" : " ^7.0" ,
34+ "orchestra/testbench" : " ^4.0|^5.0|^6.0" ,
35+ "phpunit/phpunit" : " ^8.0" ,
3636 "squizlabs/php_codesniffer" : " ^3.4"
3737 },
3838 "autoload" : {
You can’t perform that action at this time.
0 commit comments