Skip to content

Commit

Permalink
Tidy up composer.json file (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-georgiev authored Dec 27, 2018
1 parent d5044d7 commit 2e665d8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/bin
/vendor
phpunit.xml
composer.lock
phpunit.xml
15 changes: 10 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,18 @@
}
},
"require": {
"php": ">=7.1"
"php": ">=7.2"
},
"require-dev": {
"mikey179/vfsStream": "^1.6",
"phpunit/phpunit": "^7.5"
},
"suggest": {
"ext-json": "To use the SerializedFixedClock to store values across processes (functional testing)"
},
"require-dev": {
"phpunit/phpunit": "^7.4",
"mikey179/vfsStream": "^1.6"
}
"config": {
"bin-dir": "bin",
"sort-packages": true
},
"prefer-stable": true
}

0 comments on commit 2e665d8

Please sign in to comment.