Skip to content

Commit

Permalink
Use the preferred composer wildcard
Browse files Browse the repository at this point in the history
Only allow compatible updates
  • Loading branch information
jimlind committed Sep 14, 2015
1 parent 679ad64 commit 0e1d915
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,16 @@
],
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~6.1",
"psr/log": "~1.0",
"symfony/process": "~2.7"
"guzzlehttp/guzzle": "^6.1",
"psr/log": "^1.0",
"symfony/process": "^2.7"
},
"require-dev": {
"apix/log": "~1.1",
"phpunit/phpunit": "~4.8",
"squizlabs/php_codesniffer": "~2.3",
"escapestudios/symfony2-coding-standard": "~2.7",
"satooshi/php-coveralls": "~0.6"
"apix/log": "^1.1",
"phpunit/phpunit": "^4.8",
"squizlabs/php_codesniffer": "^2.3",
"escapestudios/symfony2-coding-standard": "^2.7",
"satooshi/php-coveralls": "^0.6"
},
"autoload": {
"psr-0": { "JimLind\\TiVo": "src" }
Expand Down

0 comments on commit 0e1d915

Please sign in to comment.