Skip to content

Commit

Permalink
Composer updated
Browse files Browse the repository at this point in the history
  • Loading branch information
JirsaR committed Nov 16, 2020
1 parent fcd98e3 commit 7951645
Show file tree
Hide file tree
Showing 16 changed files with 6,128 additions and 7,001 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -22,12 +22,12 @@ docker-down-clean: .env

# Composer
composer-install:
$(DE) composer install --no-suggest
$(DE) composer install
$(DE) composer update --dry-run roave/security-advisories

composer-update:
$(DE) composer update --no-suggest
$(DE) composer normalize
$(DE) composer update
# $(DE) composer normalize
$(DE) composer update --dry-run roave/security-advisories

composer-outdated:
Expand Down
13 changes: 11 additions & 2 deletions composer.json
@@ -1,16 +1,25 @@
{
"name": "hanaboso/acl-bundle",
"version": "1.3.9",
"version": "1.4.0",
"license": "Apache-2.0",
"require": {
"php": "^7.4",
"doctrine/doctrine-fixtures-bundle": "^3.3",
"hanaboso/user-bundle": "^1.3"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.2",
"doctrine/doctrine-fixtures-bundle": "^3.4",
"doctrine/mongodb-odm-bundle": "^4.2",
"hanaboso/php-check-utils": "^1.1",
"predis/predis": "^v1.1",
"symfony/security-bundle": "^5.1"
},
"suggest": {
"doctrine/doctrine-bundle": "Install me, if you using MySQL.",
"doctrine/doctrine-fixtures-bundle": "Install me, if you want using fixtures load.",
"doctrine/mongodb-odm-bundle": "Install me, if you using MongoDB.",
"predis/predis": "Install me, if you want to use Redis cache."
},
"autoload": {
"psr-4": {
"Hanaboso\\AclBundle\\": "src/"
Expand Down

0 comments on commit 7951645

Please sign in to comment.