Added composer.json for admin
This commit is contained in:
parent
90aefd81c9
commit
0b21909a78
2 changed files with 163 additions and 149 deletions
18
libraries/composer-first.json
Normal file
18
libraries/composer-first.json
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"repositories": [
|
||||
{
|
||||
|
||||
"type": "vcs",
|
||||
"url": "git@bitbucket.org:phangoapp/phamodels.git"
|
||||
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"prefer-stable": true,
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^10.4"
|
||||
},
|
||||
"require": {
|
||||
"phangoapp/phamodels": "dev-master"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue