Skip to content

Commit 0ebbe43

Browse files
author
Andrey Helldar
committed
Prepare to upgrade
1 parent 952778b commit 0ebbe43

File tree

1 file changed

+5
-19
lines changed

1 file changed

+5
-19
lines changed

composer.json

+5-19
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,13 @@
2424
"require-dev": {
2525
"php": "^8.1",
2626
"ext-zip": "*",
27-
"dragon-code/pretty-array": "^4.0",
28-
"dragon-code/simple-dto": "^2.3",
29-
"dragon-code/support": "^6.1",
30-
"guzzlehttp/guzzle": "^7.3",
31-
"laravel-lang/publisher": "^13.0",
32-
"laravel/breeze": "^1.2",
33-
"laravel/fortify": "^1.7",
34-
"laravel/jetstream": "^2.3",
35-
"laravel/ui": "^3.4",
36-
"orchestra/testbench": "^7.0",
27+
"laravel-lang/publisher": "^14.0",
28+
"laravel-lang/status-generator": "^1.3.4",
3729
"phpunit/phpunit": "^9.5",
38-
"symfony/finder": "^6.0",
39-
"symfony/var-dumper": "^6.0",
40-
"vlucas/phpdotenv": "^5.4.1"
30+
"symfony/var-dumper": "^5.0 || ^6.0"
4131
},
4232
"conflict": {
43-
"laravel-lang/publisher": "<12.0 >=14.0"
33+
"laravel-lang/publisher": "<14.0"
4434
},
4535
"suggest": {
4636
"arcanedev/laravel-lang": "Translations manager and checker for Laravel 5",
@@ -56,12 +46,8 @@
5646
},
5747
"autoload-dev": {
5848
"psr-4": {
59-
"LaravelLang\\Development\\": "app/main",
6049
"Tests\\": "tests"
61-
},
62-
"files": [
63-
"app/main/helpers.php"
64-
]
50+
}
6551
},
6652
"config": {
6753
"allow-plugins": {

0 commit comments

Comments
 (0)