forked from oroinc/doctrine-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 943 Bytes
/
composer.json
File metadata and controls
33 lines (33 loc) · 943 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "devimteam/doctrine-extensions",
"type": "library",
"description": "Doctrine Extensions for MySQL and PostgreSQL. Fork with bigint support",
"homepage": "https://github.com/orocrm/doctrine-extensions/",
"keywords": ["database", "mysql", "postgresql", "dql", "function", "doctrine", "type"],
"license": "MIT",
"authors": [
{
"name": "Oro, Inc",
"homepage": "http://www.orocrm.com"
}
],
"require": {
"php": ">=5.3.0",
"doctrine/orm": ">=2.2.3"
},
"require-dev": {
"phpunit/phpunit": "4.*",
"doctrine/data-fixtures": "^1.0",
"symfony/yaml": "2.*",
"doctrine/orm": "<2.5.0",
"squizlabs/php_codesniffer": "2.8.*"
},
"autoload": {
"psr-0": {
"Oro\\DBAL": "src/",
"Oro\\ORM": "src/"
}
},
"prefer-stable": true,
"minimum-stability": "dev"
}