We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d122918 commit 3a4b5b5Copy full SHA for 3a4b5b5
1 file changed
composer.json
@@ -0,0 +1,8 @@
1
+{
2
+ "name": "your-vendor-name/package-name",
3
+ "description": "A short description of what your package does",
4
+ "require": {
5
+ "php": ">=5.3.0",
6
+ "another-vendor/package": "1.*"
7
+ }
8
+}
0 commit comments