mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02:00
Add composer.json
This commit is contained in:
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user