File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "name" : " zaryabakhtar/laravel-db-sync" ,
3
+ "description" : " Sync database down." ,
4
+ "type" : " library" ,
5
+ "authors" : [
6
+ {
7
+ "name" : " Zaryab Akhtar" ,
8
+
9
+ }
10
+ ],
11
+ "require-dev" : {
12
+ "orchestra/testbench" : " ^5.0|^6.23|^7.0|^8.0" ,
13
+ "pestphp/pest" : " ^1.21" ,
14
+ "pestphp/pest-plugin-laravel" : " ^1.1" ,
15
+ "friendsofphp/php-cs-fixer" : " ^3.9"
16
+ },
17
+ "autoload" : {
18
+ "psr-4" : {
19
+ "Dcblogdev\\ DbSync\\ " : " src/" ,
20
+ "Dcblogdev\\ DbSync\\ Tests\\ " : " tests"
21
+ }
22
+ },
23
+ "autoload-dev" : {
24
+ "classmap" : [
25
+ " tests/TestCase.php"
26
+ ]
27
+ },
28
+ "extra" : {
29
+ "laravel" : {
30
+ "providers" : [
31
+ " Dcblogdev\\ DbSync\\ DbSyncServiceProvider"
32
+ ]
33
+ }
34
+ },
35
+ "config" : {
36
+ "allow-plugins" : {
37
+ "pestphp/pest-plugin" : true
38
+ }
39
+ }
40
+ }
You can’t perform that action at this time.
0 commit comments