Browse Source

Resolve final conflicts

Padraic Brady 10 years ago
parent
commit
6ce20d36b6
2 changed files with 0 additions and 12 deletions
  1. 0 8
      .travis.yml
  2. 0 4
      doc/03-cli.md

+ 0 - 8
.travis.yml

@@ -8,14 +8,6 @@ php:
   - 5.6
   - hhvm
 
-<<<<<<< HEAD
-matrix:
-  allow_failures:
-    - php: hhvm
-    - php: 5.6
-
-=======
->>>>>>> master
 before_script:
     - sudo apt-get install parallel
     - rm -f ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini

+ 0 - 4
doc/03-cli.md

@@ -144,15 +144,11 @@ php composer.phar update vendor/*
 * **--lock:** Only updates the lock file hash to suppress warning about the
   lock file being out of date.
 * **--with-dependencies** Add also all dependencies of whitelisted packages to the whitelist.
-<<<<<<< HEAD
-  So all packages with their dependencies are updated recursively.
 * **--disable-tls:** Display SSL/TLS peer verification.
 * **--cafile:** If specified, use the given certificate file for SSL/TLS peer verification.
-=======
 * **--prefer-stable:** Prefer stable versions of dependencies.
 * **--prefer-lowest:** Prefer lowest versions of dependencies. Useful for testing minimal
   versions of requirements, generally used with `--prefer-stable`.
->>>>>>> master
 
 ## require