Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Commit

Permalink
Use ~ versioning instead of ^
Browse files Browse the repository at this point in the history
  • Loading branch information
tomphp committed Apr 14, 2015
1 parent 8a2a450 commit 99821b2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: php
before_script:
- composer self-update
- composer install --dev --prefer-dist
script: php vendor/bin/phpunit; php vendor/bin/behat --format progress
php:
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -11,18 +11,18 @@
"nikic/php-parser": "@stable",
"beberlei/assert": "@stable",
"andrewsville/php-token-reflection": "@stable",
"symfony/finder": "^2.4.0@stable",
"symfony/console": "^2.4.0@stable",
"tomphp/patch-builder": "^0.1"
"symfony/finder": "~2.4@stable",
"symfony/console": "~2.4@stable",
"tomphp/patch-builder": "~0.1"
},

"require-dev": {
"php": ">=5.4",
"behat/behat": "^2.5@stable",
"behat/behat": "~2.5@stable",
"mikey179/vfsStream": "@stable",
"phake/phake": "@stable",
"symfony/process": "@stable",
"phpunit/phpunit": "^4.6@stable"
"phpunit/phpunit": "~4.6@stable"
},

"autoload": {
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 99821b2

Please sign in to comment.