Skip to content

Commit

Permalink
Check lowest, fixed composer issue
Browse files Browse the repository at this point in the history
  • Loading branch information
janvernieuwe committed Feb 5, 2019
1 parent 0f3cc5b commit a593508
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ php:
env:
matrix:
-
# - DEPENDENCIES=--prefer-lowest
- DEPENDENCIES=--prefer-lowest

cache:
directories:
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "jikan/jikan-php",
"license": "MIT",
"type": "library",
"description": "PHP client for jikan rest",
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
Expand All @@ -14,6 +14,7 @@
"ext-json": "*"
},
"require-dev": {
"composer/composer": "^1.8",
"funkyproject/reflection-file": "^0.1.0",
"jakub-onderka/php-parallel-lint": "^1.0",
"jikan/jikanphp-fixtures": "dev-master",
Expand Down

0 comments on commit a593508

Please sign in to comment.