Skip to content
This repository was archived by the owner on Feb 6, 2025. It is now read-only.

Commit 8170707

Browse files
Merge pull request #38 from marcus-campos/fix/require-php-7.0
Set require php >= 7.0
2 parents 57f4b38 + a31836a commit 8170707

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
@@ -7,7 +7,7 @@
77
"email": "marcus_vinicius_campos@hotmail.com"
88
}],
99
"require": {
10-
"php": ">=7.1",
10+
"php": ">=7.0",
1111
"guzzlehttp/guzzle": "^6.3",
1212
"psr/http-message": "^1.0"
1313
},

0 commit comments

Comments
 (0)