Fixes for composer
This commit is contained in:
parent
bdab68afd3
commit
e0b8e8e8e3
2 changed files with 4 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "phangoapp/WPDO",
|
||||
"name": "phangoapp/wpdo",
|
||||
"description": "A simple class for create models",
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "~4.8@dev"
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"PhangoApp\\PhaModels\\": "src"
|
||||
"PhangoApp\\WPDO\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue