Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
EmanueleMinotto committed Sep 27, 2016
1 parent f06d1a6 commit 000bc55
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,19 @@ All Notable changes to `adespresso/feature-bundle` will be documented in this fi
Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [Unreleased]
### Changed

* Updated symfony dependencies to require at least v2.8

### Fixed

* Moved from deprecated `Symfony\Component\Security\Core\SecurityContextInterface` to `Symfony\Component\Security\Core\Authorization\AuthorizationCheckerInterface`
* Don't use cache if no cache is provided from the EntityManager

### Removed

* Removed friendsofsymfony/user-bundle dependency

## [1.1.0] - 2016-06-01
### Added

Expand Down
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,13 @@
"require": {
"php": "^5.5 || ^7.0",
"doctrine/orm": "^2.2.3",
"friendsofsymfony/user-bundle": "1.3.*",
"sonata-project/admin-bundle": "^2.3.4",
"sonata-project/doctrine-orm-admin-bundle": "^2.3.1",
"symfony/dependency-injection": "^2.8 || ^3.0",
"symfony/framework-bundle": "^2.7 || ^3.0",
"symfony/security": "^2.3 || ^3.0",
"symfony/twig-bundle": "^2.3 || ^3.0"
"symfony/framework-bundle": "^2.8 || ^3.0",
"symfony/twig-bundle": "^2.8 || ^3.0"
},
"require-dev": {
"fabpot/php-cs-fixer": "^1.11",
"friendsofphp/php-cs-fixer": "^1.11",
"matthiasnoback/symfony-dependency-injection-test": "^0.7.6",
"phpunit/phpunit": "^4.8 || ^5.0",
"symfony/phpunit-bridge": "^3.1"
Expand Down

0 comments on commit 000bc55

Please sign in to comment.