mirror of
https://github.com/flarum/core.git
synced 2025-08-16 13:24:11 +02:00
Requirement and formatting fixes (#5)
Add ext-json to composer requirements Update editorconfig to match core Update phpdoc to not reference missing import
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
{
|
||||
"name": "flarum/testing",
|
||||
"description": "Automated testing infrastructure for Flarum core and extensions.",
|
||||
"keywords": ["forum", "discussion"],
|
||||
"keywords": [
|
||||
"forum",
|
||||
"discussion"
|
||||
],
|
||||
"homepage": "https://flarum.org/",
|
||||
"license": "MIT",
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"mockery/mockery": "^1.4",
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
|
Reference in New Issue
Block a user