Skip to content

Commit

Permalink
composer: use my orm branch to work around late loading of AclService…
Browse files Browse the repository at this point in the history
…Provider
  • Loading branch information
dpslwk committed May 26, 2019
1 parent 09d2563 commit b273d22
Show file tree
Hide file tree
Showing 2 changed files with 122 additions and 47 deletions.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"laravel-doctrine/acl": "1.0.*",
"laravel-doctrine/extensions": "^1.0",
"laravel-doctrine/migrations": "1.2.*",
"laravel-doctrine/orm": "1.4.*",
"laravel-doctrine/orm": "dev-master as 1.4.x-dev",
"laravel/framework": "5.8.*",
"laravel/horizon": "^3.1",
"laravel/nexmo-notification-channel": "^2.0",
Expand Down Expand Up @@ -46,6 +46,12 @@
"nunomaduro/collision": "^3.0",
"phpunit/phpunit": "^7.5"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/dpslwk/orm"
}
],
"autoload": {
"classmap": [
"database/seeds",
Expand Down
161 changes: 115 additions & 46 deletions composer.lock

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

0 comments on commit b273d22

Please sign in to comment.