Skip to content

Commit ce5f6a4

Browse files
committed
min php version bumped, phpunit and phploc libs updated for versions compatible with php 8
1 parent 6ef8857 commit ce5f6a4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@
1515
"source": "https://github.com/onelogin/php-saml/"
1616
},
1717
"require": {
18-
"php": ">=5.4",
18+
"php": ">=7.0",
1919
"robrichards/xmlseclibs": ">=3.1.1",
20-
"phpunit/phpunit": "<7.5.18"
20+
"phpunit/phpunit": "7.5.17 || ^9.5"
2121
},
2222
"require-dev": {
2323
"php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
2424
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
25-
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
25+
"phploc/phploc": "^2.1 || ^3.0 || ^4.0 || ^7.0",
2626
"pdepend/pdepend": "^2.5.0",
2727
"squizlabs/php_codesniffer": "^3.1.1"
2828
},

0 commit comments

Comments
 (0)