Skip to content

Commit

Permalink
lower minimum dependencies so we can install on php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zae committed Dec 20, 2020
1 parent ac9c85c commit d773ac3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest, windows-latest, macos-latest]
php-versions: ['7.3', '7.4']
php-versions: ['7.2', '7.3', '7.4']
dependency-version: [prefer-lowest, prefer-stable]
tools: ['test', 'lint']

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
},
"require-dev": {
"simpletest/simpletest": "^1.2.0",
"phpunit/phpunit": "^9.0",
"phpunit/phpunit": "^8.0 | ^9.0",
"mockery/mockery": "^1.3",
"vimeo/psalm": "^3.11",
"pear/net_idna2": "^0.2.0",
"infection/infection": "^0.16.3",
"infection/infection": "^0.15.0 | ^0.16.0",
"cerdic/css-tidy": "^1.7",
"squizlabs/php_codesniffer": "^3.5",
"sensiolabs/security-checker": "^6.0",
Expand Down

0 comments on commit d773ac3

Please sign in to comment.