projects
/
phppgadmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
767f3f7
)
added composer support
author
Hidde Boomsma
<hidde@hostnet.nl>
Mon, 22 Apr 2013 14:20:14 +0000
(16:20 +0200)
committer
Robert Treat
<robert@omniti.com>
Mon, 30 Oct 2017 22:31:50 +0000
(18:31 -0400)
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": {
+ }
+}
+