Skip to content

Commit

Permalink
Remove composer lockfile from version control
Browse files Browse the repository at this point in the history
This is the new policy.
  • Loading branch information
greg0ire committed Nov 10, 2020
1 parent ef8bb51 commit 091ba7d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3,145 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
phpunit.xml
build
vendor
/composer.lock
coverage.clover
/phpcs.xml
/.phpcs-cache
Expand Down
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ before_install:
- mv ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini{,.disabled} || echo "xdebug not available"

install:
- rm composer.lock
- travis_retry composer update --prefer-dist
- composer validate --strict

Expand Down
5 changes: 0 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@
"homepage": "https://ocramius.github.io/"
}
],
"config": {
"platform": {
"php": "7.1.27"
}
},
"require": {
"php": "^7.1 || ^8.0"
},
Expand Down
Loading

0 comments on commit 091ba7d

Please sign in to comment.