Skip to content

Commit

Permalink
Consistent versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack97 committed Sep 4, 2019
1 parent 60cbce7 commit c47b641
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
],
"require": {
"php": "^7.1.3",
"laravel/framework": "^5.5.0|^5.6.0|^5.7.0|^5.8.0|^6.0.0",
"laravel/framework": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
"intervention/image": "^2.5"
},
"require-dev": {
"orchestra/testbench": "^3.8.0|^4.0.0"
"orchestra/testbench": "^3.8|^4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c47b641

Please sign in to comment.