Skip to content

Commit 37f552c

Browse files
authored
Merge pull request #1 from oliwierptak/composer-phpunit-fix
made sure process is executed, updated composer
2 parents 7ac8bfe + 79cb4e9 commit 37f552c

File tree

3 files changed

+458
-456
lines changed

3 files changed

+458
-456
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,17 @@
44
"type": "library",
55
"license": "MIT",
66
"minimum-stability": "dev",
7+
"prefer-stable": true,
78
"require": {
89
"php": "^7",
910
"league/flysystem": "^1.0",
1011
"symfony/process": "^3",
11-
"phpunit/phpunit": "^6",
1212
"phuxtil/find": "^1",
1313
"phuxtil/stat": "^1"
1414
},
1515
"require-dev": {
1616
"symfony/var-dumper": "^3",
17+
"phpunit/phpunit": "^6",
1718
"ext-posix": "*"
1819
},
1920
"autoload": {

0 commit comments

Comments
 (0)