Skip to content

Commit

Permalink
Merge pull request #100 from mpowell-atomic/master
Browse files Browse the repository at this point in the history
Laravel 5.8 composer.json update
  • Loading branch information
mewebstudio committed Mar 1, 2019
2 parents f46304f + 52cd125 commit 078823d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -15,9 +15,9 @@
],
"require": {
"php": ">=5.5.9",
"illuminate/config": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"illuminate/filesystem": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.*",
"illuminate/config": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
"illuminate/support": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
"illuminate/filesystem": "5.0.* || 5.1.* || 5.2.* || 5.3.* || 5.4.* || 5.5.* || 5.6.* || 5.7.* || 5.8.*",
"ezyang/htmlpurifier": "4.10.*"
},
"require-dev": {
Expand Down

0 comments on commit 078823d

Please sign in to comment.