We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0792118 commit 2c018ceCopy full SHA for 2c018ce
composer.json
@@ -12,15 +12,15 @@
12
}
13
],
14
"require": {
15
- "php": ">=7.3",
+ "php": "^8.0",
16
"guzzlehttp/guzzle": "^7.0.1",
17
- "illuminate/notifications": "^8.0",
18
- "illuminate/support": " ^8.0"
+ "illuminate/notifications": "^8.0 || ^9.0 || ^10.0",
+ "illuminate/support": "^8.0 || ^9.0 || ^10.0"
19
},
20
"require-dev": {
21
"mockery/mockery": "^1.3.1",
22
"phpunit/phpunit": "^9.3",
23
- "orchestra/testbench": "^6.0",
+ "orchestra/testbench": "^8.0",
24
"dms/phpunit-arraysubset-asserts": ">=0.1.0"
25
26
"autoload": {
0 commit comments