Skip to content

Commit

Permalink
fix composer version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
riipandi committed Jan 24, 2020
1 parent ea8673f commit d388e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "library",
"require": {
"php": ">=7.2.1",
"laravel/framework": "^5.8",
"laravel/framework": "^5.8|^6.0",
"robinvdvleuten/ulid": "^4.0"
},
"license": "Apache-2.0",
Expand Down

0 comments on commit d388e18

Please sign in to comment.