18 lines
332 B
JSON
18 lines
332 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|