Skip to content

Commit

Permalink
Fix Composer to 1.x and update test dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
Test authored and FlorentTorregrosa committed Jun 5, 2020
1 parent 7019db4 commit 1d0f85d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
language: php
php:
- 5.6
- 7.0
- 7.1
- 7.2
- 7.3
- 7.4

sudo: false

Expand All @@ -12,7 +11,7 @@ git:

before_install:
- phpenv config-rm xdebug.ini
- composer --verbose self-update
- composer --verbose self-update --1
- composer --version

install:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
},
"require-dev": {
"composer/composer": "dev-master",
"phpunit/phpunit": "^4.4.0"
"composer/composer": "1.*",
"phpunit/phpunit": "^6"
}
}

0 comments on commit 1d0f85d

Please sign in to comment.