Skip to content

Commit 3ff47f3

Browse files
authored
Merge pull request #2 from cesargb/master
requeriments
2 parents 3a46f50 + 5ab1344 commit 3ff47f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^7.3",
18+
"php": "^7.2",
1919
"guzzlehttp/guzzle": "^6.5"
2020
},
2121
"require-dev": {
22-
"phpunit/phpunit": "^8.0",
23-
"orchestra/testbench": "~3.4.2|^3.8.0|^4.0"
22+
"phpunit/phpunit": "^7.0|^8.0",
23+
"orchestra/testbench": "^3.8.0|^4.0"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)