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 3319787 commit 101c187Copy full SHA for 101c187
composer.json
@@ -26,15 +26,15 @@
26
}
27
],
28
"require": {
29
- "php": "^7.2.0|^8.0",
+ "php": "^7.2.0|^8.0|^8.1",
30
"berkayk/onesignal-laravel": "^1.0.0",
31
- "illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0",
32
- "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0"
+ "illuminate/notifications": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0",
+ "illuminate/support": "5.*|^6.0|^7.0|^8.0|^9.0|^10.0"
33
},
34
"require-dev": {
35
- "mockery/mockery": "^1.3",
36
- "orchestra/testbench": "^4.0|^5.0|^7.0",
37
- "phpunit/phpunit": "^8.0|^9.5.10"
+ "mockery/mockery": "^1.3|^1.4",
+ "orchestra/testbench": "^4.0|^5.0|^7.0|^8.0",
+ "phpunit/phpunit": "^8.0|^9.5.10|^10.0"
38
39
"autoload": {
40
"psr-4": {
0 commit comments