File tree Expand file tree Collapse file tree 4 files changed +468
-80
lines changed Expand file tree Collapse file tree 4 files changed +468
-80
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
- vendor
2
+ vendor
Original file line number Diff line number Diff line change 7
7
- 5.6
8
8
- hhvm
9
9
- hhvm-nightly
10
-
10
+
11
11
matrix :
12
12
allow_failures :
13
13
- php : hhvm
@@ -20,9 +20,9 @@ before_script:
20
20
- sudo apt-get -qq update > /dev/null
21
21
- phpenv rehash > /dev/null
22
22
- composer selfupdate --quiet
23
- - composer install --dev --prefer-source
23
+ - composer install --no-interaction --prefer-source --dev
24
24
- vendor/bin/phpunit
25
- - composer update --dev --prefer-source
25
+ - composer update --no-interaction --prefer-source --dev
26
26
27
27
notifications :
28
28
irc : " irc.freenode.org#phpdocumentor"
Original file line number Diff line number Diff line change 12
12
"psr-0" : {"phpDocumentor" : [" src/" ]}
13
13
},
14
14
"require-dev" : {
15
- "phpunit/phpunit" : " 3.7.*@stable "
15
+ "phpunit/phpunit" : " ~4.0 "
16
16
},
17
17
"suggest" : {
18
- "dflydev/markdown" : " 1.0.* " ,
19
- "erusev/parsedown" : " ~0.7 "
18
+ "dflydev/markdown" : " ~ 1.0" ,
19
+ "erusev/parsedown" : " ~1.0 "
20
20
},
21
21
"extra" : {
22
22
"branch-alias" : {
You can’t perform that action at this time.
0 commit comments