This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Bridge/Propel1/composer.json

35 lines
879 B
JSON
Raw Normal View History

2012-04-15 01:04:02 +01:00
{
"name": "symfony/propel1-bridge",
"type": "symfony-bridge",
"description": "Symfony Propel1 Bridge",
"keywords": [],
"homepage": "http://symfony.com",
"license": "MIT",
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
}
],
"require": {
"php": ">=5.3.3",
2012-04-15 01:04:02 +01:00
"symfony/http-foundation": "self.version",
"symfony/http-kernel": "self.version",
"symfony/form": "self.version",
"propel/propel1": "1.6.*"
},
"autoload": {
"psr-0": { "Symfony\\Bridge\\Propel1": "" }
},
"target-dir": "Symfony/Bridge/Propel1",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
2012-04-15 01:04:02 +01:00
}
}
}