Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.

Commit 52b117e

Browse files
committed
Update laravel 8 dep
1 parent 23c6d33 commit 52b117e

File tree

5 files changed

+683
-385
lines changed

5 files changed

+683
-385
lines changed

.ignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor/
22
*cache
33
routes.js
4+
.git

composer.json

+36-38
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,38 @@
11
{
2-
"name": "halivert/laravel-js-routes",
3-
"description": "Command for use Laravel routes in JS",
4-
"type": "library",
5-
"license": "MIT",
6-
"authors": [
7-
{
8-
"name": "Halí V.",
9-
"email": "[email protected]"
10-
}
11-
],
12-
"autoload": {
13-
"psr-4": {
14-
"Halivert\\JSRoutes\\": "src/"
15-
}
16-
},
17-
"autoload-dev": {
18-
"psr-4": {
19-
"Halivert\\JSRoutes\\Tests\\": "tests/"
20-
}
21-
},
22-
"extra": {
23-
"laravel": {
24-
"providers": [
25-
"Halivert\\JSRoutes\\JSRoutesServiceProvider"
26-
]
27-
}
28-
},
29-
"require": {
30-
"laravel/framework": "^7"
31-
},
32-
"require-dev": {
33-
"orchestra/testbench": "^5.0"
34-
},
35-
"config": {
36-
"sort-packages": true
37-
},
38-
"minimum-stability": "dev",
39-
"prefer-stable": true
2+
"name": "halivert/laravel-js-routes",
3+
"description": "Command for use Laravel routes in JS",
4+
"type": "library",
5+
"license": "MIT",
6+
"authors": [
7+
{
8+
"name": "Halí V.",
9+
"email": "[email protected]"
10+
}
11+
],
12+
"autoload": {
13+
"psr-4": {
14+
"Halivert\\JSRoutes\\": "src/"
15+
}
16+
},
17+
"autoload-dev": {
18+
"psr-4": {
19+
"Halivert\\JSRoutes\\Tests\\": "tests/"
20+
}
21+
},
22+
"extra": {
23+
"laravel": {
24+
"providers": ["Halivert\\JSRoutes\\JSRoutesServiceProvider"]
25+
}
26+
},
27+
"require": {
28+
"laravel/framework": "^8"
29+
},
30+
"require-dev": {
31+
"orchestra/testbench": "^6.0"
32+
},
33+
"config": {
34+
"sort-packages": true
35+
},
36+
"minimum-stability": "dev",
37+
"prefer-stable": true
4038
}

0 commit comments

Comments
 (0)