Skip to content

Commit bbb6435

Browse files
fix: composer package configuration
1 parent 51aea14 commit bbb6435

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "restjs/php-rest-api",
33
"version": "3.0.0",
44
"description": "Minimalistic RESTful API with Modular Structure",
5+
"type": "package",
56
"scripts": {
67
"start": "php -S localhost:8888"
78
},
@@ -31,6 +32,20 @@
3132
"RestJS\\": "src/"
3233
}
3334
},
35+
"repositories": [
36+
{
37+
"type": "package",
38+
"package": {
39+
"name": "RestJS/php-rest-api",
40+
"version": "v3",
41+
"source": {
42+
"url": "https://github.com/fullstackondemand/php-rest-api.git",
43+
"type": "git",
44+
"reference": "master"
45+
}
46+
}
47+
}
48+
],
3449
"authors": [
3550
{
3651
"name": "Pramod Singh",

0 commit comments

Comments
 (0)