Skip to content

Commit

Permalink
Merge branch '3.1' into 3.2
Browse files Browse the repository at this point in the history
# Conflicts:
#	composer.json

Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Dec 18, 2015
2 parents 7a1445d + 630ea3f commit 5d3787f
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 842 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ before_script:
- if [[ $setup = 'coveralls' ]]; then travis_retry composer require "psr/log=1.0.0" "satooshi/php-coveralls=~0.6" "symfony/yaml=~2.0" --prefer-source --no-interaction --dev; fi

script:
- if [[ $coverage = 'yes' ]]; then phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi
- if [[ $coverage = 'no' ]]; then phpunit -c phpunit.xml; fi
- if [[ $coverage = 'yes' ]]; then ./vendor/bin/phpunit -c phpunit.xml --coverage-clover build/logs/clover.xml; fi
- if [[ $coverage = 'no' ]]; then ./vendor/bin/phpunit -c phpunit.xml; fi

after_script:
- if [[ $setup = 'coveralls' ]]; then php vendor/bin/coveralls -v; fi
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
},
"require": {
"php": ">=5.5.0",
"illuminate/container": "~5.2.0",
"illuminate/support": "~5.2.0",
"paragonie/random_compat": "^1.1"
"laravie/parser": "~1.0",
"illuminate/container": "~5.2.0"
},
"require-dev": {
"mockery/mockery": "0.9.*"
"mockery/mockery": "0.9.*",
"phpunit/phpunit": "~4.0|~5.0"
},
"extra": {
"branch-alias": {
Expand Down
207 changes: 0 additions & 207 deletions src/Document.php

This file was deleted.

6 changes: 0 additions & 6 deletions src/InvalidContentException.php

This file was deleted.

39 changes: 0 additions & 39 deletions src/Reader.php

This file was deleted.

0 comments on commit 5d3787f

Please sign in to comment.