mirror of
https://github.com/nullthoughts/laravel-data-sync.git
synced 2026-02-10 04:51:18 +00:00
Initial commit
This commit is contained in:
35
vendor/orchestra/testbench/composer.json
vendored
Normal file
35
vendor/orchestra/testbench/composer.json
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"name": "orchestra/testbench",
|
||||
"description": "Laravel Testing Helper for Packages Development",
|
||||
"homepage": "http://orchestraplatform.com/docs/latest/components/testbench/",
|
||||
"keywords": ["laravel", "orchestral", "orchestra-platform", "testing", "tdd", "bdd"],
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Mior Muhammad Zaki",
|
||||
"email": "crynobone@gmail.com",
|
||||
"homepage": "https://github.com/crynobone"
|
||||
}
|
||||
],
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Orchestra\\Testbench\\Tests\\": "core/tests/"
|
||||
}
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1",
|
||||
"laravel/framework": "~5.7.14",
|
||||
"mockery/mockery": "^1.0",
|
||||
"orchestra/testbench-core": "~3.7.7",
|
||||
"phpunit/phpunit": "^7.0"
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "3.7-dev"
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"sort-packages": true
|
||||
},
|
||||
"minimum-stability": "dev"
|
||||
}
|
||||
Reference in New Issue
Block a user