mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:11:56 +08:00
Add composer.json
This commit is contained in:
parent
ba0fbd71e6
commit
b392b85f17
24
php-packages/testing/composer.json
Normal file
24
php-packages/testing/composer.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "flarum/testing",
|
||||
"description": "Automated testing infrastructure for Flarum core and extensions.",
|
||||
"keywords": ["forum", "discussion"],
|
||||
"homepage": "https://flarum.org/",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"mockery/mockery": "^1.0",
|
||||
"phpunit/phpunit": "^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"flarum/core": "^0.1.0-beta"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Flarum\\Testing\\": "src/"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "0.1.x-dev"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user