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

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