|
- {
- "name": "spt/bundle-core",
- "version": "1.0.2",
- "type": "symfony-bundle",
- "description": "Core bundle for basic functionality",
- "require": {
- "php": ">=8.1",
- "symfony/security-bundle": "^6.3",
- "doctrine/doctrine-bundle": "^2.11",
- "doctrine/orm": "^2.17",
- "doctrine/doctrine-migrations-bundle": "^3.3"
- },
- "autoload": {
- "psr-4": {
- "Spt\\CoreBundle\\": "src/"
- }
- },
- "authors": [
- {
- "name": "Daniel Knudsen",
- "email": "d.knudsen@spawntree.de"
- },
- {
- "name": "Florian Eisenmenger",
- "email": "f.eisenmenger@spawntree.de"
- }
- ],
- "config": {
- },
- "require-dev": {
- "symfony/maker-bundle": "^1.51"
- },
- "scripts": {
- "auto-scripts": {
- "cache:clear": "symfony-cmd",
- "assets:install %PUBLIC_DIR%": "symfony-cmd"
- }
- }
- }
|