Skip to content

Commit 28ce5d2

Browse files
committed
Revert "Delete composer.json"
This reverts commit 58b1179.
1 parent 58b1179 commit 28ce5d2

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

composer.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
{
2+
"name": "zaryabakhtar/laravel-db-sync",
3+
"description": "Sync database down.",
4+
"type": "library",
5+
"authors": [
6+
{
7+
"name": "Zaryab Akhtar",
8+
"email": "[email protected]"
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+
}

0 commit comments

Comments
 (0)