Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgatasci committed Jun 20, 2021
1 parent f0e2d56 commit 914b595
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
"require": {
"php": "^7.1",
"illuminate/support": "~7|~8",
"ixudra/curl": "6.*"
"ixudra/curl": "6.*",
"vendor/package": "1.3.2",
"vendor/package2": "1.*",
"vendor/package3": "^2.0.3"

},
"require-dev": {
"phpunit/phpunit": "^8.0|^9.0",
Expand Down

0 comments on commit 914b595

Please sign in to comment.