Skip to content

Commit c380325

Browse files
authored
Fix php composer requirement
1 parent 7e423d2 commit c380325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"source": "https://github.com/onelogin/php-saml/"
1818
},
1919
"require": {
20-
"php": ">=5.3.2",
20+
"php": ">=5.3.2 <7.2",
2121
"ext-curl": "*",
2222
"ext-openssl": "*",
2323
"ext-dom": "*",

0 commit comments

Comments
 (0)