Skip to content

Commit

Permalink
Update version constraints for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adiachenko committed Nov 18, 2021
1 parent f195703 commit 2d8bda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
"illuminate/queue": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/routing": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
"openzipkin/zipkin": "~2.0.2|3.0.x-dev",
"openzipkin/zipkin": "~2.0.2|~3.0",
"psr/http-message": "~1.0",
"ramsey/uuid": "~3.0|~4.0"
},
"require-dev": {
"google/cloud-pubsub": "^1.18",
"guzzlehttp/psr7": "~1.0",
"guzzlehttp/psr7": "~1.0|~2.0",
"mockery/mockery": "~1.0",
"php-amqplib/php-amqplib": "~2.8",
"php-amqplib/php-amqplib": "~2.8|~3.0",
"phpunit/phpunit": "~7.0|~8.0",
"vinelab/http": "~1.5",
"lucid-arch/laravel-foundation": "^7.0|^8.0",
Expand Down

0 comments on commit 2d8bda3

Please sign in to comment.