Skip to content

Commit 259bf02

Browse files
committed
Fix: Use one composer.json only
1 parent a7dd2bb commit 259bf02

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"require": {
2121
"php": ">=5.4.0"
2222
},
23+
"require-dev": {
24+
"EHER/PHPUnit": ">=1.6",
25+
"mockery/mockery": ">=0.7.2",
26+
"suin/xoopsunit": ">=1.2"
27+
},
2328
"autoload": {
2429
"psr-0": {
2530
"Suin\\RSSWriter": "src"

tests/composer.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)