Skip to content
This repository has been archived by the owner on Jun 22, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from fwartner/patch-1
Browse files Browse the repository at this point in the history
Added support for L5.5
  • Loading branch information
calebporzio authored Jan 15, 2018
2 parents 8e99514 + 9249b74 commit fff8674
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
],
"require": {
"laravel/framework": "5.0.*|5.1.*|5.2.*|5.3.*"
"laravel/framework": "5.0.*|5.1.*|5.2.*|5.3.*|5.4.*|5.5.*"
},
"require-dev": {
"phpunit/phpunit": "^4.8.35"
Expand All @@ -18,5 +18,15 @@
"psr-4": {
"Calebporzio\\Onboard\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Calebporzio\\Onboard\\OnboardServiceProvider"
],
"aliases": {
"Onboard": "Calebporzio\\Onboard\\OnboardFacade"
}
}
}
}

0 comments on commit fff8674

Please sign in to comment.