Skip to content

Commit

Permalink
update composer package
Browse files Browse the repository at this point in the history
  • Loading branch information
polidog committed Apr 8, 2018
1 parent 5dfbbd5 commit 362f551
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
8 changes: 0 additions & 8 deletions EventListener/FilterSubscriber.php
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: polidog
* Date: 2017/05/12
* Time: 19:20.
*/

namespace Polidog\ControllerFilterBundle\EventListener;

use Polidog\ControllerFilterBundle\Annotations\Filter;
Expand Down Expand Up @@ -82,7 +75,6 @@ private function executeFilters(string $type, array $annotations, KernelEvent $e
/**
* @param string $type
* @param FilterInterface $annotation
* @param object $controller controller object
* @param KernelEvent $event
*/
private function executeFilter(string $type, FilterInterface $annotation, KernelEvent $event)
Expand Down
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,16 @@
"type": "library",
"require": {
"php": "~7.0",
"symfony/symfony": "~2.7|^3.0|^4.0",
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
"symfony/http-kernel": "~2.8|~3.0|~4.0",
"symfony/dependency-injection": "~2.8|~3.0|~4.0",
"symfony/config": "~2.8|~3.0|~4.0",
"doctrine/common": "~2.2"
},
"require-dev": {
"phpunit/phpunit": "^7.0",
"friendsofphp/php-cs-fixer": "^2.3"
"friendsofphp/php-cs-fixer": "^2.3",
"symfony/framework-bundle": "~2.8|~3.0|~4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 362f551

Please sign in to comment.