Skip to content

Commit f039d83

Browse files
author
Andrey Helldar
committed
Normalize composer.json
1 parent 02d940c commit f039d83

File tree

1 file changed

+20
-12
lines changed

1 file changed

+20
-12
lines changed

composer.json

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"name": "dragon-code/pretty-routes",
33
"description": "Pretty Routes for Laravel",
4-
"keywords": ["laravel", "routes", "pretty", "pretty-routes", "dragon-code", "dragon", "andrey-helldar"],
5-
"type": "library",
64
"license": "MIT",
5+
"type": "library",
6+
"keywords": [
7+
"laravel",
8+
"routes",
9+
"pretty",
10+
"pretty-routes",
11+
"dragon-code",
12+
"dragon",
13+
"andrey-helldar"
14+
],
715
"authors": [
816
{
917
"name": "Andrey Helldar",
@@ -19,22 +27,24 @@
1927
"source": "https://github.com/TheDragonCode/pretty-routes"
2028
},
2129
"require": {
22-
"php": "^7.3|^8.0",
30+
"php": "^7.3 || ^8.0",
2331
"ext-json": "*",
2432
"dragon-code/contracts": "^2.6",
2533
"dragon-code/laravel-routes-core": "^4.1",
2634
"dragon-code/support": "^5.6",
27-
"illuminate/contracts": "^6.0|^7.0|^8.0|^9.0",
28-
"illuminate/http": "^6.0|^7.0|^8.0|^9.0",
29-
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0",
30-
"illuminate/support": "^6.0|^7.0|^8.0|^9.0",
31-
"illuminate/view": "^6.0|^7.0|^8.0|^9.0"
35+
"illuminate/contracts": "^6.0 || ^7.0 || ^8.0 || ^9.0",
36+
"illuminate/http": "^6.0 || ^7.0 || ^8.0 || ^9.0",
37+
"illuminate/routing": "^6.0 || ^7.0 || ^8.0 || ^9.0",
38+
"illuminate/support": "^6.0 || ^7.0 || ^8.0 || ^9.0",
39+
"illuminate/view": "^6.0 || ^7.0 || ^8.0 || ^9.0"
3240
},
3341
"require-dev": {
3442
"mockery/mockery": "^1.0",
35-
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
36-
"phpunit/phpunit": "^8.0|^9.0"
43+
"orchestra/testbench": "^4.0 || ^5.0 || ^6.0 || ^7.0",
44+
"phpunit/phpunit": "^8.0 || ^9.0"
3745
},
46+
"minimum-stability": "stable",
47+
"prefer-stable": true,
3848
"autoload": {
3949
"psr-4": {
4050
"PrettyRoutes\\": "src"
@@ -49,8 +59,6 @@
4959
"preferred-install": "dist",
5060
"sort-packages": true
5161
},
52-
"minimum-stability": "stable",
53-
"prefer-stable": true,
5462
"extra": {
5563
"laravel": {
5664
"providers": [

0 commit comments

Comments
 (0)