File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Testing
4444To run the tests, run the following command from the project folder.
4545
4646``` bash
47- $ docker-compose run tests
47+ $ docker-compose run test
4848```
4949
5050To run interactively using [ PsySH] ( http://psysh.org/ ) :
Original file line number Diff line number Diff line change 1010 },
1111 "require" : {
1212 "php" : " >=7.1" ,
13- "illuminate/http" : " ^5.8" ,
14- "illuminate/contracts" : " ^5.8" ,
13+ "illuminate/http" : " ^5.8 || ^6.0 " ,
14+ "illuminate/contracts" : " ^5.8 || ^6.0 " ,
1515 "ext-zlib" : " *"
1616 },
1717 "require-dev" : {
3030 }
3131 },
3232 "scripts" : {
33- "tests " : " phpunit --coverage-text; php-cs-fixer fix -v --diff --dry-run --allow-risky=yes;" ,
33+ "test " : " phpunit --coverage-text; php-cs-fixer fix -v --diff --dry-run --allow-risky=yes;" ,
3434 "phpunit" : " phpunit --coverage-text" ,
3535 "phpcs" : " php-cs-fixer fix -v --diff --dry-run --allow-risky=yes;" ,
3636 "fix-cs" : " php-cs-fixer fix -v --diff --allow-risky=yes;"
Original file line number Diff line number Diff line change 11version : ' 3.6'
22
33services :
4- tests :
4+ test :
55 volumes :
66 - ./:/app
77 image : ricc/composer-prestissimo:latest
8- command : composer run tests
8+ command : composer run test
99
1010 fixcs :
1111 volumes :
@@ -16,4 +16,4 @@ services:
1616 psysh :
1717 volumes :
1818 - ./:/app
19- image : ricc/psysh:latest
19+ image : ricc/psysh:latest
You can’t perform that action at this time.
0 commit comments