Skip to content

Commit

Permalink
Refactor: Add laravel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielanhaia committed Jul 6, 2020
1 parent 4dd08c3 commit d6a4a19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
"name": "gabrielanhaia/laravel-circuit-breaker",
"description": "Circuit breaker for microservices developed in PHP and Laravel Framework",
"type": "library",
"keywords": ["laravel", "micro-services", "circuit-breaker", "api"],
"require": {
"gabrielanhaia/php-circuit-breaker": "^1.0",
"illuminate/support": "^7.18"
"illuminate/support": "^5.6|^6.0|^7.0|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.2"
Expand Down

0 comments on commit d6a4a19

Please sign in to comment.