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 0e0fdf8 commit a1cfcc0Copy full SHA for a1cfcc0
composer.json
@@ -5,13 +5,12 @@
5
"type": "library",
6
"license": "MIT",
7
"require": {
8
- "php": "^7.1",
9
- "laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
+ "php": "^7.2",
+ "laravel/framework": "5.8.*|^6.0|^7.0",
10
"ext-json": "*"
11
},
12
"require-dev": {
13
- "orchestra/testbench": "~3.8.5",
14
- "phpunit/phpunit": "^7.5.17"
+ "orchestra/testbench": "^3.8|^4.0|^5.0"
15
16
"autoload": {
17
"psr-4": {
@@ -35,5 +34,10 @@
35
34
"Coderello\\Laraflash\\Providers\\LaraflashServiceProvider"
36
]
37
}
38
- }
+ },
+ "config": {
39
+ "sort-packages": true
40
41
+ "minimum-stability": "dev",
42
+ "prefer-stable": true
43
0 commit comments