Primo Committ
This commit is contained in:
41
vendor/spatie/db-dumper/composer.json
vendored
Normal file
41
vendor/spatie/db-dumper/composer.json
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "spatie/db-dumper",
|
||||
"description": "Dump databases",
|
||||
"keywords": [
|
||||
"spatie",
|
||||
"dump",
|
||||
"database",
|
||||
"mysqldump",
|
||||
"db-dumper"
|
||||
],
|
||||
"homepage": "https://github.com/spatie/db-dumper",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Freek Van der Herten",
|
||||
"email": "freek@spatie.be",
|
||||
"homepage": "https://spatie.be",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php" : "^7.2|^8.0",
|
||||
"symfony/process": "^4.2|^5.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^7.0|^8.0|^9.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Spatie\\DbDumper\\": "src"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Spatie\\DbDumper\\Test\\": "tests"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vendor/bin/phpunit"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user