Skip to content

Commit

Permalink
Merge pull request #24 from leviy/master_composer2
Browse files Browse the repository at this point in the history
Fix composer 2 compatibility
  • Loading branch information
christiaan authored Oct 26, 2020
2 parents 269f742 + 5e77877 commit 7ac8172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,8 @@ branches:
language: php

php:
- '7.1'
- '7.2'

matrix:
include:
- name: Test with the lowest allowed versions of dependencies
php: '7.1'
install: composer update --prefer-lowest

cache:
directories:
- $HOME/.composer/cache
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
}
],
"require": {
"php": "^7.1",
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2",
"php": "^7.2",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"escapestudios/symfony2-coding-standard": "^3.6",
"phpmd/phpmd": "^2.6",
"slevomat/coding-standard": "^6.0",
Expand Down

0 comments on commit 7ac8172

Please sign in to comment.