File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change 88
99php :
1010 - 7.0
11- - hhvm
12-
13- matrix :
14- allow_failures :
15- - php : hhvm
11+ - 7.1
12+ - 7.2
1613
1714before_script :
1815 - composer selfupdate
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ First install it using [Composer](https://getcomposer.org/download):
2121
2222 composer require --dev memio/spec-gen:^0.8
2323
24- > ** Note** : you'll also need to set in your ` composer.json ` the
25- > ` minimum-stability ` parameter to ` alpha ` .
26-
2724Then enable it in ` phpspec.yml ` :
2825
2926```
Original file line number Diff line number Diff line change 3838 },
3939 "require-dev" : {
4040 "friendsofphp/php-cs-fixer" : " ^2.0" ,
41- "phpunit/phpunit" : " ^6 .0"
41+ "phpunit/phpunit" : " ^7 .0"
4242 },
4343 "extra" : {
4444 "branch-alias" : {
You can’t perform that action at this time.
0 commit comments