Created
October 28, 2014 04:42
-
-
Save derak-kilgo/2e2123ec74ab1e0b77f0 to your computer and use it in GitHub Desktop.
Load ezComponents with composer
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "example/example-project", | |
"description": "How to load eZComponents with composer", | |
"license": "BSD", | |
"repositories": [ | |
{ | |
"type": "package", | |
"package": { | |
"name": "ezcomponents/ezcomponents", | |
"version": "2009.2.1", | |
"dist": { | |
"url": "http://ezcomponents.org/files/downloads/ezcomponents-2009.2.1.zip", | |
"type": "zip" | |
}, | |
"autoload": { | |
"classmap": [ | |
"autoload/" | |
] | |
} | |
} | |
} | |
], | |
"require": { | |
"ezcomponents/ezcomponents": "2009.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They are now available via Composer: https://github.com/zetacomponents/