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

Commit 99821b2

Browse files
committed
Use ~ versioning instead of ^
1 parent 8a2a450 commit 99821b2

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
language: php
22
before_script:
3+
- composer self-update
34
- composer install --dev --prefer-dist
45
script: php vendor/bin/phpunit; php vendor/bin/behat --format progress
56
php:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,18 @@
1111
"nikic/php-parser": "@stable",
1212
"beberlei/assert": "@stable",
1313
"andrewsville/php-token-reflection": "@stable",
14-
"symfony/finder": "^2.4.0@stable",
15-
"symfony/console": "^2.4.0@stable",
16-
"tomphp/patch-builder": "^0.1"
14+
"symfony/finder": "~2.4@stable",
15+
"symfony/console": "~2.4@stable",
16+
"tomphp/patch-builder": "~0.1"
1717
},
1818

1919
"require-dev": {
2020
"php": ">=5.4",
21-
"behat/behat": "^2.5@stable",
21+
"behat/behat": "~2.5@stable",
2222
"mikey179/vfsStream": "@stable",
2323
"phake/phake": "@stable",
2424
"symfony/process": "@stable",
25-
"phpunit/phpunit": "^4.6@stable"
25+
"phpunit/phpunit": "~4.6@stable"
2626
},
2727

2828
"autoload": {

composer.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)