File tree Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Expand file tree Collapse file tree 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 2828 ini-values : post_max_size=256M, max_execution_time=180
2929 coverage : xdebug
3030 tools : phpunit:${{ matrix.phpunit-versions }}
31- - if : ${{ matrix.php-versions == 7.0 }}
32- name : " PHP 7.0"
33- run : composer require --dev --with-all-dependencies --no-install phpunit/phpunit 6.0
34- - if : ${{ matrix.php-versions == 7.4 }}
35- name : " PHP 7.4"
36- run : composer require --dev --with-all-dependencies --no-install phpunit/phpunit 8.0
37- - if : ${{ matrix.php-versions >= 8.0 }}
38- name : " PHP >8.0"
39- run : composer require --dev --with-all-dependencies --no-install phpunit/phpunit
4031 - name : " Install"
4132 run : |
4233 composer update --no-install --with-all-dependencies
Original file line number Diff line number Diff line change 99 }
1010 },
1111 "require" : {
12- "php" : " ^7.0 || ^8.0" ,
13- "guzzlehttp/guzzle" : " ^6.0 || ^7.0"
12+ "php" : " ^7.0| ^8.0" ,
13+ "guzzlehttp/guzzle" : " ^6.0| ^7.0"
1414 },
1515 "require-dev" : {
16- "phpunit/phpunit" : " ^7.0 || ^8.0 || ^9.0"
16+ "phpunit/phpunit" : " ^6.0|^ 7.0| ^8.0| ^9.0"
1717 }
1818}
You can’t perform that action at this time.
0 commit comments