Skip to content

Commit c6c5f98

Browse files
committed
chore: var-exporter moved to dependencies
1 parent 9ecb5eb commit c6c5f98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@
2828
"illuminate/support": "^9.0",
2929
"illuminate/console": "^9.0",
3030
"laracasts/flash": "^3.2",
31-
"laravelcollective/html": "^6.3"
31+
"laravelcollective/html": "^6.3",
32+
"symfony/var-exporter": "^6.0"
3233
},
3334
"require-dev": {
3435
"phpunit/phpunit": "^9.5.10",
3536
"mockery/mockery": "^1.4.4",
3637
"orchestra/testbench": "^7.5",
3738
"pestphp/pest": "^1.21",
38-
"pestphp/pest-plugin-laravel": "^1.2",
39-
"symfony/var-exporter": "^6.0"
39+
"pestphp/pest-plugin-laravel": "^1.2"
4040
},
4141
"autoload": {
4242
"psr-4": {

0 commit comments

Comments
 (0)