Skip to content

Commit f8734c1

Browse files
committed
Fix dependencies
production dependencies
1 parent dca586e commit f8734c1

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

composer.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,25 @@
1313
"geo-sot/laravel-env-editor": "^2.0",
1414
"guzzlehttp/guzzle": "^7.4",
1515
"jeroendesloovere/vcard": "^1.7",
16+
"laravel-lang/common": "^2.0",
1617
"laravel/framework": "^9.52.4",
1718
"laravel/socialite": "^5.5",
1819
"laravel/tinker": "^2.5",
1920
"livewire/livewire": "^2.12",
21+
"nunomaduro/collision": "^6.1",
2022
"rappasoft/laravel-livewire-tables": "^2.15",
2123
"simplesoftwareio/simple-qrcode": "~4",
22-
"spatie/laravel-backup": "^8.1.5"
24+
"spatie/laravel-backup": "^8.1.5",
25+
"symfony/yaml": "^7.4"
2326
},
2427
"require-dev": {
2528
"barryvdh/laravel-ide-helper": "^2.12",
2629
"fakerphp/faker": "^1.9.1",
27-
"laravel-lang/common": "^2.0",
2830
"laravel/breeze": "^1.1",
2931
"laravel/sail": "^1.0.1",
3032
"mockery/mockery": "^1.4.2",
31-
"nunomaduro/collision": "^6.1",
32-
"phpunit/phpunit": "^9.3.3",
33-
"spatie/laravel-ignition": "^1.0"
33+
"spatie/laravel-ignition": "^1.0",
34+
"phpunit/phpunit": "^9.3.3"
3435
},
3536
"autoload": {
3637
"files": [

0 commit comments

Comments
 (0)