Repository URL to install this package:
|
Version:
6.2.0 ▾
|
digitalascetic/tags
/
composer.json
|
|---|
{
"name": "digitalascetic/tags",
"version": "6.2.0",
"license": "Proprietary",
"type": "library",
"description": "Digital Ascetic Tags Bundle",
"authors": [
{
"name": "Eduard Deza",
"email": "ed@ascetic.io"
}
],
"config": {
"preferred-install": {
"*": "dist"
},
"sort-packages": true
},
"autoload": {
"psr-4": {
"DigitalAscetic\\TagsBundle\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"DigitalAscetic\\TagsBundle\\Test\\": "tests/"
}
},
"require": {
"php": "^8.1.0",
"ext-json": "*",
"symfony/framework-bundle": "^6.2",
"symfony/orm-pack": "*"
},
"require-dev": {
"ext-sqlite3": "*",
"symfony/dotenv": "*",
"symfony/monolog-bundle": "*",
"symfony/test-pack": "^1.0",
"symfony/yaml": "*"
}
}