Skip to content

Commit

Permalink
Various changes
Browse files Browse the repository at this point in the history
datashaman committed May 11, 2017
1 parent 7bc8d07 commit 38d8bc8
Showing 2 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -7,11 +7,11 @@ php:

sudo: false

install:
before_script:
- phpenv config-rm xdebug.ini
- travis_retry composer self-update
- travis_retry composer install --no-interaction --prefer-dist
- travis_retry composer require symfony/yaml --no-interaction --prefer-dist
- composer global require hirak/prestissimo
- composer install --prefer-dist -vvv
- composer require symfony/yaml --no-interaction --prefer-dist

script: composer run coverage

10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
@@ -17,15 +17,15 @@
}
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
"elasticsearch/elasticsearch": "^2.2"
"php": "^5.6 || ^7.0 || ^7.1",
"illuminate/support": "^5",
"elasticsearch/elasticsearch": "^2"
},
"require-dev": {
"phpunit/phpunit": "^4.8 || ^5.4",
"mockery/mockery": "dev-master",
"mockery/mockery": "1.0.0-alpha1",
"orchestra/testbench": "^3.1",
"codeclimate/php-test-reporter": "dev-master"
"codeclimate/php-test-reporter": "^0.4"
},
"suggest": {
"symfony/yaml": "To load settings from a YAML file"

0 comments on commit 38d8bc8

Please sign in to comment.