Skip to content

Commit 8dcee8f

Browse files
authored
Merge pull request KnpLabs#425 from GrahamCampbell/patch-1
Use consistent notation
2 parents 449556d + e0b673c commit 8dcee8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "~4.0",
31-
"php-http/guzzle6-adapter": "~1.0",
31+
"php-http/guzzle6-adapter": "^1.0",
3232
"guzzlehttp/psr7": "^1.2",
33-
"sllh/php-cs-fixer-styleci-bridge": "~1.3"
33+
"sllh/php-cs-fixer-styleci-bridge": "^1.3"
3434
},
3535
"autoload": {
3636
"psr-4": { "Github\\": "lib/Github/" }

0 commit comments

Comments
 (0)