We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20a296a commit 6847150Copy full SHA for 6847150
composer.json
@@ -22,12 +22,14 @@
22
"squizlabs/php_codesniffer": "^3.5",
23
"barryvdh/laravel-debugbar": "^3.2",
24
"barryvdh/laravel-ide-helper": "^2.6 | ^3.5",
25
- "thisisdevelopment/laravel-test-snapshot": "^0.3.0",
26
"vlucas/phpdotenv": "^4.0|^5.0",
27
"illuminate/console": "^10.0|^11.0|^12.0",
28
"illuminate/support": "^10.0|^11.0|^12.0",
29
"illuminate/database": "^10.0|^11.0|^12.0"
30
},
+ "suggest": {
31
+ "thisisdevelopment/laravel-test-snapshot": "Speed up tests by snapshotting migrations.",
32
+ },
33
"minimum-stability": "dev",
34
"prefer-stable": true,
35
"require-dev": {},
0 commit comments