Last active
September 3, 2021 21:50
-
-
Save arfaram/b793bb7944d8802e3f2b52ce052db0a9 to your computer and use it in GitHub Desktop.
Ibexa 3.3.7 composer.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "project", | |
"license": "proprietary", | |
"minimum-stability": "stable", | |
"prefer-stable": true, | |
"require": { | |
"php": ">=7.3", | |
"ext-ctype": "*", | |
"ext-iconv": "*", | |
"composer/package-versions-deprecated": "1.11.99.3", | |
"doctrine/annotations": "^1.0", | |
"doctrine/doctrine-bundle": "^2.4", | |
"doctrine/doctrine-migrations-bundle": "^3.1", | |
"doctrine/orm": "^2.9", | |
"ibexa/experience": "3.3.7", | |
"phpdocumentor/reflection-docblock": "^5.2", | |
"sensio/framework-extra-bundle": "^6.1", | |
"symfony/asset": "5.3.*", | |
"symfony/console": "5.3.*", | |
"symfony/dotenv": "5.3.*", | |
"symfony/expression-language": "5.3.*", | |
"symfony/flex": "^1.3.1", | |
"symfony/form": "5.3.*", | |
"symfony/framework-bundle": "5.3.*", | |
"symfony/http-client": "5.3.*", | |
"symfony/intl": "5.3.*", | |
"symfony/mailer": "5.3.*", | |
"symfony/mime": "5.3.*", | |
"symfony/monolog-bundle": "^3.1", | |
"symfony/notifier": "5.3.*", | |
"symfony/process": "5.3.*", | |
"symfony/property-access": "5.3.*", | |
"symfony/property-info": "5.3.*", | |
"symfony/proxy-manager-bridge": "5.3.*", | |
"symfony/runtime": "5.3.*", | |
"symfony/security-bundle": "5.3.*", | |
"symfony/serializer": "5.3.*", | |
"symfony/string": "5.3.*", | |
"symfony/translation": "5.3.*", | |
"symfony/twig-bundle": "5.3.*", | |
"symfony/validator": "5.3.*", | |
"symfony/web-link": "5.3.*", | |
"symfony/yaml": "5.3.*", | |
"twig/extra-bundle": "^2.12|^3.0", | |
"twig/twig": "^2.12|^3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^9.5", | |
"symfony/browser-kit": "5.3.*", | |
"symfony/css-selector": "5.3.*", | |
"symfony/debug-bundle": "5.3.*", | |
"symfony/maker-bundle": "^1.0", | |
"symfony/phpunit-bridge": "^5.3", | |
"symfony/stopwatch": "5.3.*", | |
"symfony/web-profiler-bundle": "5.3.*", | |
"symfony/var-dumper": "^5.3" | |
}, | |
"config": { | |
"optimize-autoloader": true, | |
"preferred-install": { | |
"*": "dist" | |
}, | |
"sort-packages": true | |
}, | |
"autoload": { | |
"psr-4": { | |
"App\\": "src/" | |
} | |
}, | |
"autoload-dev": { | |
"psr-4": { | |
"App\\Tests\\": "tests/" | |
} | |
}, | |
"replace": { | |
"symfony/polyfill-ctype": "*", | |
"symfony/polyfill-iconv": "*", | |
"symfony/polyfill-php72": "*" | |
}, | |
"scripts": { | |
"auto-scripts": { | |
"cache:clear": "symfony-cmd", | |
"assets:install %PUBLIC_DIR%": "symfony-cmd", | |
"bazinga:js-translation:dump %PUBLIC_DIR%/assets --merge-domains": "symfony-cmd", | |
"yarn install": "script", | |
"ibexa:encore:compile": "symfony-cmd" | |
}, | |
"post-install-cmd": [ | |
"@auto-scripts" | |
], | |
"post-update-cmd": [ | |
"@auto-scripts" | |
] | |
}, | |
"conflict": { | |
"lexik/jwt-authentication-bundle": "2.12.0", | |
"symfony/symfony": "*" | |
}, | |
"extra": { | |
"symfony": { | |
"allow-contrib": true, | |
"require": "5.3.*", | |
"endpoint": "https://flex.ibexa.co" | |
} | |
}, | |
"repositories": { | |
"ibexa": { | |
"type": "composer", | |
"url": "https://updates.ibexa.co" | |
} | |
}, | |
"name": "ibexa/experience-skeleton" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment