Skip to content

Commit 53659bb

Browse files
authored
feat: (#1066) Laravel 10 support added
* run composer bump * bump to laravel 10
1 parent 16e8cd5 commit 53659bb

File tree

1 file changed

+19
-23
lines changed

1 file changed

+19
-23
lines changed

composer.json

+19-23
Original file line numberDiff line numberDiff line change
@@ -17,26 +17,24 @@
1717
"swagger"
1818
],
1919
"license": "MIT",
20-
"authors": [
21-
{
22-
"name": "Mitul Golakiya",
23-
"email": "[email protected]"
24-
}
25-
],
20+
"authors": [{
21+
"name": "Mitul Golakiya",
22+
"email": "[email protected]"
23+
}],
2624
"require": {
27-
"php": "^8.0",
28-
"illuminate/support": "^9.0",
29-
"illuminate/console": "^9.0",
30-
"laracasts/flash": "^3.2",
31-
"laravelcollective/html": "^6.3",
32-
"symfony/var-exporter": "^6.0"
25+
"php": "^8.1.0",
26+
"illuminate/support": "^10.0",
27+
"illuminate/console": "^10.0",
28+
"laracasts/flash": "^3.2.2",
29+
"laravelcollective/html": "^6.4",
30+
"symfony/var-exporter": "^6.2.5"
3331
},
3432
"require-dev": {
35-
"phpunit/phpunit": "^9.5.10",
36-
"mockery/mockery": "^1.4.4",
37-
"orchestra/testbench": "^7.5",
38-
"pestphp/pest": "^1.21",
39-
"pestphp/pest-plugin-laravel": "^1.2"
33+
"phpunit/phpunit": "^10.0.7",
34+
"mockery/mockery": "^1.5.1",
35+
"orchestra/testbench": "^8.0.0",
36+
"pestphp/pest": "2.x-dev",
37+
"pestphp/pest-plugin-laravel": "2.x-dev"
4038
},
4139
"autoload": {
4240
"psr-4": {
@@ -58,12 +56,10 @@
5856
]
5957
}
6058
},
61-
"funding": [
62-
{
63-
"type": "opencollective",
64-
"url": "https://opencollective.com/infyomlabs"
65-
}
66-
],
59+
"funding": [{
60+
"type": "opencollective",
61+
"url": "https://opencollective.com/infyomlabs"
62+
}],
6763
"minimum-stability": "dev",
6864
"prefer-stable": true,
6965
"config": {

0 commit comments

Comments
 (0)