Skip to content

Commit a1cfcc0

Browse files
author
Ilya Sakovich
authored
wip
1 parent 0e0fdf8 commit a1cfcc0

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@
55
"type": "library",
66
"license": "MIT",
77
"require": {
8-
"php": "^7.1",
9-
"laravel/framework": "5.5.*|5.6.*|5.7.*|5.8.*|^6.0",
8+
"php": "^7.2",
9+
"laravel/framework": "5.8.*|^6.0|^7.0",
1010
"ext-json": "*"
1111
},
1212
"require-dev": {
13-
"orchestra/testbench": "~3.8.5",
14-
"phpunit/phpunit": "^7.5.17"
13+
"orchestra/testbench": "^3.8|^4.0|^5.0"
1514
},
1615
"autoload": {
1716
"psr-4": {
@@ -35,5 +34,10 @@
3534
"Coderello\\Laraflash\\Providers\\LaraflashServiceProvider"
3635
]
3736
}
38-
}
37+
},
38+
"config": {
39+
"sort-packages": true
40+
},
41+
"minimum-stability": "dev",
42+
"prefer-stable": true
3943
}

0 commit comments

Comments
 (0)