We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fc6666 commit 9861bc4Copy full SHA for 9861bc4
1 file changed
composer.json
@@ -16,15 +16,15 @@
16
}
17
],
18
"require": {
19
- "php": "^7.2",
+ "php": "^7.2|^8.0",
20
"ext-json": "*",
21
"guzzlehttp/guzzle": "^6.0 || ^7.0",
22
"nesbot/carbon": "^2.0"
23
},
24
"require-dev": {
25
+ "dms/phpunit-arraysubset-asserts": "^0.4.0",
26
"mockery/mockery": "^1.3",
27
"phpunit/phpunit": "^8.2",
- "dms/phpunit-arraysubset-asserts": "^0.1.0",
28
"symfony/var-dumper": "^4.3"
29
30
"autoload": {
0 commit comments