Skip to content

Commit 0f99041

Browse files
authored
Merge pull request #1 from php-elementary/require-dev
Move php unit to require-dev
2 parents 6351288 + dd8f0dd commit 0f99041

4 files changed

Lines changed: 358 additions & 256 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/build/
2-
/vendor/
2+
/vendor/
3+
composer.lock

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
},
1717
"require": {
1818
"php": ">=5.6",
19-
"phpunit/phpunit": "^5.7",
2019
"elementary/runtime-cache": "^1.0.0"
20+
},
21+
"require-dev": {
22+
"phpunit/phpunit": "^6.0"
2123
}
2224
}

0 commit comments

Comments
 (0)