Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

Commit

Permalink
feat: dropped support for composer v1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
prisis committed Aug 10, 2019
1 parent 17b4dc9 commit 08e23e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ jobs:
- php: nightly
- php: 7.4snapshot
include:
- stage: Test
php: 7.2
env: PHPUNIT=true SETUP=lowest REMOVE_XDEBUG=true COMPOSER_VERSION=1.6.5
- stage: Test
php: 7.2
env: PHPUNIT=true SETUP=high REMOVE_XDEBUG=true COMPOSER_VERSION=1.7.0
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"composer-plugin-api": "^1.0"
},
"require-dev": {
"composer/composer": "^1.6.5 || ^1.7.0 || ^1.8.0 || ^1.9.0",
"composer/composer": "^1.7.0 || ^1.8.0 || ^1.9.0",
"mockery/mockery": "^1.2.2",
"narrowspark/testing-helper": "^8.0.0",
"nyholm/nsa": "^1.1.0",
Expand Down

0 comments on commit 08e23e9

Please sign in to comment.