Skip to content

Commit

Permalink
Updated composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Aug 16, 2019
1 parent b57e047 commit fbbefcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "phlexus/phlexus-admin-module",
"description": "Phlexus Admin Module",
"require": {
"phlexus/phlexus-core": "0.0.1-beta.2",
"phlexus/phlexus-core": "0.0.1-beta.3",
"phlexus/phlexus-auth-library": "0.0.1-beta.1",
"phlexus/phlexus-tabler-base-admin-theme": "dev-master"
},
Expand All @@ -12,7 +12,7 @@
},
"autoload": {
"psr-4": {
"Phlexus\\Modules\\PhlexusAdmin\\": "src/"
"Phlexus\\Modules\\Admin\\": "src/"
}
},
"autoload-dev": {
Expand Down

0 comments on commit fbbefcd

Please sign in to comment.