Skip to content

Commit ab746b9

Browse files
committed
Lower the PHP requirements a little bit; we don't strictly need 7.2
1 parent 1fc844b commit ab746b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": ">=7.2",
12+
"php": ">=7.1",
1313
"ext-openssl": "*",
1414
"ext-dom": "*",
1515
"ext-zlib": "*",
@@ -20,7 +20,7 @@
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "~1.2",
23-
"phpunit/phpunit": "^8.3",
23+
"phpunit/phpunit": "^7.5",
2424
"simplesamlphp/simplesamlphp-test-framework": "~0.1.0",
2525
"sensiolabs/security-checker": "~6.0",
2626
"sebastian/phpcpd": "~4.1",

0 commit comments

Comments
 (0)