Skip to content

Commit

Permalink
Lower the PHP requirements a little bit; we don't strictly need 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 31, 2020
1 parent 1fc844b commit ab746b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"php": ">=7.2",
"php": ">=7.1",
"ext-openssl": "*",
"ext-dom": "*",
"ext-zlib": "*",
Expand All @@ -20,7 +20,7 @@
},
"require-dev": {
"mockery/mockery": "~1.2",
"phpunit/phpunit": "^8.3",
"phpunit/phpunit": "^7.5",
"simplesamlphp/simplesamlphp-test-framework": "~0.1.0",
"sensiolabs/security-checker": "~6.0",
"sebastian/phpcpd": "~4.1",
Expand Down

0 comments on commit ab746b9

Please sign in to comment.