File tree Expand file tree Collapse file tree 4 files changed +11
-46
lines changed Expand file tree Collapse file tree 4 files changed +11
-46
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " plannr/laravel-fast-refresh-database" ,
33 "description" : " Refresh your database faster than you've ever seen before 🚀" ,
4- "type" : " library" ,
54 "license" : " MIT" ,
6- "autoload" : {
7- "psr-4" : {
8- "Plannr\\ Laravel\\ FastRefreshDatabase\\ " : " src/"
9- }
10- },
5+ "type" : " library" ,
116 "authors" : [
127 {
138 "name" : " Sam Carré" ,
1491510 }
1611 ],
17- "minimum-stability" : " stable" ,
1812 "require" : {
1913 "php" : " ^8.1" ,
20- "symfony/process" : " ^5.0|^6 .0"
14+ "symfony/process" : " ^6.0 || ^7 .0"
2115 },
2216 "require-dev" : {
23- "orchestra/testbench" : " ^7.17" ,
24- "pestphp/pest" : " ^1.22" ,
2517 "friendsofphp/php-cs-fixer" : " ^3.13" ,
26- "symfony/var-dumper" : " ^6.2"
18+ "orchestra/testbench" : " ^9.0"
19+ },
20+ "minimum-stability" : " stable" ,
21+ "autoload" : {
22+ "psr-4" : {
23+ "Plannr\\ Laravel\\ FastRefreshDatabase\\ " : " src/"
24+ }
2725 },
2826 "scripts" : {
29- "post-autoload-dump" : [
30- " @php vendor/bin/testbench package:discover --ansi"
31- ],
32- "test" : [
33- " ./vendor/bin/pest"
34- ],
3527 "fix-code" : [
3628 " ./vendor/bin/php-cs-fixer fix"
3729 ]
38- },
39- "config" : {
40- "allow-plugins" : {
41- "pestphp/pest-plugin" : true
42- }
4330 }
4431}
Original file line number Diff line number Diff line change 33namespace Plannr \Laravel \FastRefreshDatabase \Traits ;
44
55use SplFileInfo ;
6+ use Illuminate \Support \Str ;
67use Symfony \Component \Finder \Finder ;
78use Symfony \Component \Process \Process ;
8- use Illuminate \Database \ConnectionInterface ;
9- use Illuminate \Support \Str ;
109use Illuminate \Contracts \Console \Kernel ;
10+ use Illuminate \Database \ConnectionInterface ;
1111use Illuminate \Foundation \Testing \RefreshDatabase ;
1212use Illuminate \Foundation \Testing \RefreshDatabaseState ;
1313use Plannr \Laravel \FastRefreshDatabase \Data \FastRefreshDatabaseState ;
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments