Skip to content

Commit

Permalink
#124 fix php5.6 not found in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tbela99 committed Aug 12, 2022
1 parent 0cba348 commit 31aeeb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"symfony/process": "^3.4"
},
"scripts": {
"test": "php5.6 ./vendor/phpunit/phpunit/phpunit"
"test": "./vendor/phpunit/phpunit/phpunit"
},
"require-dev": {
"phpunit/phpunit": "^5"
Expand Down

0 comments on commit 31aeeb8

Please sign in to comment.