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.
marx/composer.json

21 lines
347 B
JSON

{
"name": "bitcommunism/marx",
"description": "The engine",
"version": "1.0.2",
"type": "library",
"require": {
"php-di/php-di": "^6"
},
"autoload": {
"psr-4": {
"BitCommunism\\Marx\\": "src/"
}
},
"license": "MIT",
"authors": [
{
"name": "eater",
"email": "eater@bitcommunism.net"
}
]
}