Skip to content

Commit 488447a

Browse files
author
Alex Westergaard
committed
Support multiple package versions
1 parent 981c2ca commit 488447a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
}
1010
},
1111
"require": {
12-
"guzzlehttp/guzzle": "^6.0"
12+
"php": "^7.0 || ^8.0",
13+
"guzzlehttp/guzzle": "^6.0 || ^7.0"
1314
},
1415
"require-dev": {
15-
"phpunit/phpunit": "^9.0"
16+
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
1617
}
1718
}

0 commit comments

Comments
 (0)