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 ba7476d commit 3ad9244Copy full SHA for 3ad9244
.github/dependabot.yml
@@ -0,0 +1,6 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "composer"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
composer.json
@@ -9,13 +9,13 @@
9
}
10
],
11
"require": {
12
- "php": ">=7.2.5"
+ "php": "^7.2.5|^8.0"
13
},
14
"require-dev": {
15
- "orchestra/testbench": "^4.0",
16
- "phpunit/phpunit": "^8.0",
17
- "orchestra/database": "^4.0",
18
- "jiannei/laravel-enum": "~1.4",
+ "orchestra/testbench": "^5.0",
+ "phpunit/phpunit": "^8.5.8|^9.3.3",
+ "orchestra/database": "^5.0",
+ "jiannei/laravel-enum": "^2.0",
19
"league/fractal": "^0.19.2"
20
21
"autoload": {
0 commit comments