Skip to content

Commit 63c9f88

Browse files
authored
Merge pull request #304 from stof/clean_composer
Clean the composer.json file
2 parents ea70c2b + c51818b commit 63c9f88

1 file changed

Lines changed: 7 additions & 8 deletions

File tree

composer.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "onelogin/php-saml",
33
"description": "OneLogin PHP SAML Toolkit",
44
"license": "MIT",
5-
"version": "3.0.0",
65
"homepage": "https://developers.onelogin.com/saml/php",
76
"keywords": ["saml", "saml2", "onelogin"],
87
"autoload": {
@@ -17,15 +16,15 @@
1716
},
1817
"require": {
1918
"php": ">=5.4",
20-
"robrichards/xmlseclibs": ">=3.0"
19+
"robrichards/xmlseclibs": "^3.0"
2120
},
2221
"require-dev": {
23-
"phpunit/phpunit": ">=4.8",
24-
"satooshi/php-coveralls": ">=1.0.2",
25-
"sebastian/phpcpd": "*",
26-
"phploc/phploc": "*",
27-
"pdepend/pdepend": ">=2.5.0",
28-
"squizlabs/php_codesniffer": "~3.1.1"
22+
"phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1",
23+
"php-coveralls/php-coveralls": "^1.0.2 || ^2.0",
24+
"sebastian/phpcpd": "^2.0 || ^3.0 || ^4.0",
25+
"phploc/phploc": "^2.1 || ^3.0 || ^4.0",
26+
"pdepend/pdepend": "^2.5.0",
27+
"squizlabs/php_codesniffer": "^3.1.1"
2928
},
3029
"suggest": {
3130
"ext-openssl": "Install openssl lib in order to handle with x509 certs (require to support sign and encryption)",

0 commit comments

Comments
 (0)