Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
Merge pull request algolia#289 from alcaeus/add-missing-php-dependency
Browse files Browse the repository at this point in the history
Add missing php dependency to composer.json
  • Loading branch information
nunomaduro authored Feb 13, 2019
2 parents d506f84 + fb88c36 commit 497766a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ php:
- 7.1
- 7.2
- 7.3
- nightly
- 7.4snapshot

matrix:
allow_failures:
- php: nightly
- php: 7.4snapshot

branches:
only:
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
],
"prefer-stable": true,
"require": {
"php": "^5.6 || ^7.0",
"algolia/algoliasearch-client-php": "^1.23",
"doctrine/common": "^2.5",
"symfony/filesystem": "^3.4.0 || ^4.0.0",
Expand Down

0 comments on commit 497766a

Please sign in to comment.