You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
doctrine/composer.json

17 lines
258 B
JSON

6 years ago
{
"name": "bitcommunism/doctrine",
6 years ago
"version": "1.0.3",
"license": "MIT",
"require": {
"doctrine/orm": "^2.6"
},
"autoload": {
"psr-4": {
"BitCommunism\\Doctrine\\": "src/"
6 years ago
},
"files": [
"src/functions.php"
]
}
6 years ago
}