projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d7deb
)
added composer support
author
Hidde Boomsma
<hidde@hostnet.nl>
Mon, 22 Apr 2013 14:20:14 +0000
(16:20 +0200)
committer
Robert Treat
<rob@xzilla.net>
Tue, 4 Mar 2014 02:51:53 +0000
(21:51 -0500)
composer.json
[new file with mode: 0644]
patch
|
blob
diff --git a/composer.json
b/composer.json
new file mode 100644
(file)
index 0000000..
cf41eaa
--- /dev/null
+++ b/
composer.json
@@ -0,0
+1,13
@@
+{
+ "name": "phppgadmin/phppgadmin",
+ "description": "phpPgAdmin is a web-based administration tool for PostgreSQL. It is perfect for PostgreSQL DBAs, newbies, and hosting services.",
+ "type": "Application",
+ "license": "GPL-2.0+",
+ "require": {
+ "php": ">=5.3"
+ },
+ "minimum-stability": "stable",
+ "autoload": {
+ }
+}
+