mariusbalcytis / gentle-force-bundle

Symfony bundle for brute-force, error and request rate limiting
MIT License
54 stars 14 forks source link

Error in listener.xml on Symfony 4 #6

Closed lasekio closed 4 years ago

lasekio commented 6 years ago
Top-level services must have "id" attribute, none found in /Users/billy/Projects/survi/api/vendor/maba/gentle-force-bundle/src/DependencyInjection/../Resources/config/listener.xml at line 47.

Fixed by add any id attribute to service definition.

Vendors:

doctrine/annotations                v1.6.0             Docblock Annotations Parser
doctrine/cache                      v1.7.1             Caching library offering an object-oriented API for many cache backends
doctrine/collections                v1.5.0             Collections Abstraction library
doctrine/common                     v2.8.1             Common Library for Doctrine projects
doctrine/dbal                       v2.6.3             Database Abstraction Layer
doctrine/doctrine-bundle            1.8.1              Symfony DoctrineBundle
doctrine/doctrine-cache-bundle      1.3.2              Symfony Bundle for Doctrine Cache
doctrine/doctrine-migrations-bundle v1.3.1             Symfony DoctrineMigrationsBundle
doctrine/inflector                  v1.3.0             Common String Manipulations with regard to casing and singular/plural rules.
doctrine/instantiator               1.1.0              A small, lightweight utility to instantiate objects in PHP without invoking their co...
doctrine/lexer                      v1.0.1             Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.
doctrine/migrations                 v1.6.2             Database Schema migrations using Doctrine DBAL
doctrine/orm                        v2.6.1             Object-Relational-Mapper for PHP
exsyst/swagger                      v0.4.0             A php library to manipulate Swagger specifications
friendsofsymfony/rest-bundle        2.3.1              This Bundle provides various tools to rapidly develop RESTful API's with Symfony
jdorn/sql-formatter                 v1.2.17            a PHP SQL highlighting library
jms/metadata                        1.6.0              Class/method/property metadata management in PHP
jms/parser-lib                      1.0.0              A library for easily creating recursive-descent parsers.
jms/serializer                      1.11.0             Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.
jms/serializer-bundle               2.3.1              Allows you to easily serialize, and deserialize data of any complexity
maba/dependency-injection-extra     0.1.2             
maba/gentle-force                   0.2.1              Library for limiting both brute-force attempts and ordinary requests, using leaky/to...
maba/gentle-force-bundle            0.3.3              Symfony bundle that integrates gentle-force library for limiting both brute-force at...
nelmio/api-doc-bundle               v3.1.0             Generates documentation for your REST API from annotations
ocramius/package-versions           1.3.0              Composer plugin that provides efficient querying for installed package versions (no ...
ocramius/proxy-manager              2.1.1              A library providing utilities to generate, instantiate and generally operate with Ob...
phpcollection/phpcollection         0.5.0              General-Purpose Collection Library for PHP
phpdocumentor/reflection-common     1.0.1              Common reflection classes used by phpdocumentor to reflect the code structure
phpdocumentor/reflection-docblock   4.3.0              With this component, a library can provide support for annotations via DocBlocks or ...
phpdocumentor/type-resolver         0.4.0             
phpoption/phpoption                 1.5.0              Option Type for PHP
predis/predis                       v1.1.1             Flexible and feature-complete Redis client for PHP and HHVM
psr/cache                           1.0.1              Common interface for caching libraries
psr/container                       1.0.0              Common Container Interface (PHP FIG PSR-11)
psr/log                             1.0.2              Common interface for logging libraries
psr/simple-cache                    1.0.1              Common interfaces for simple caching
sensio/framework-extra-bundle       v5.1.6             This bundle provides a way to configure your controllers with annotations
symfony/asset                       v4.0.6             Symfony Asset Component
symfony/cache                       v4.0.6             Symfony Cache component with PSR-6, PSR-16, and tags
symfony/config                      v4.0.6             Symfony Config Component
symfony/console                     v4.0.6             Symfony Console Component
symfony/debug                       v4.0.6             Symfony Debug Component
symfony/dependency-injection        v4.0.6             Symfony DependencyInjection Component
symfony/doctrine-bridge             v4.0.6             Symfony Doctrine Bridge
symfony/dotenv                      v4.0.6             Registers environment variables from a .env file
symfony/event-dispatcher            v4.0.6             Symfony EventDispatcher Component
symfony/filesystem                  v4.0.6             Symfony Filesystem Component
symfony/finder                      v4.0.6             Symfony Finder Component
symfony/flex                        v1.0.71           
symfony/framework-bundle            v4.0.6             Symfony FrameworkBundle
symfony/http-foundation             v4.0.6             Symfony HttpFoundation Component
symfony/http-kernel                 v4.0.6             Symfony HttpKernel Component
symfony/inflector                   v4.0.6             Symfony Inflector Component
symfony/lts                         dev-master 396c5fc Enforces Long Term Supported versions of Symfony components
symfony/orm-pack                    v1.0.5             A pack for the Doctrine ORM
symfony/polyfill-mbstring           v1.7.0             Symfony polyfill for the Mbstring extension
symfony/polyfill-php72              v1.7.0             Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions
symfony/process                     v4.0.6             Symfony Process Component
symfony/profiler-pack               v1.0.3             A pack for the Symfony web profiler
symfony/property-access             v4.0.6             Symfony PropertyAccess Component
symfony/property-info               v4.0.6             Symfony Property Info Component
symfony/routing                     v4.0.6             Symfony Routing Component
symfony/security                    v4.0.6             Symfony Security Component
symfony/security-bundle             v4.0.6             Symfony SecurityBundle
symfony/stopwatch                   v4.0.6             Symfony Stopwatch Component
symfony/templating                  v4.0.6             Symfony Templating Component
symfony/twig-bridge                 v4.0.6             Symfony Twig Bridge
symfony/twig-bundle                 v4.0.6             Symfony TwigBundle
symfony/var-dumper                  v4.0.6             Symfony mechanism for exploring and dumping PHP variables
symfony/web-profiler-bundle         v4.0.6             Symfony WebProfilerBundle
symfony/web-server-bundle           v4.0.6             Symfony WebServerBundle
symfony/yaml                        v4.0.6             Symfony Yaml Component
twig/twig                           v2.4.6             Twig, the flexible, fast, and secure template language for PHP
webmozart/assert                    1.3.0              Assertions to validate method input/output with nice error messages.
willdurand/jsonp-callback-validator v1.1.0             JSONP callback validator.
willdurand/negotiation              v2.3.1             Content Negotiation tools for PHP provided as a standalone library.
zendframework/zend-code             3.3.0              provides facilities to generate arbitrary code using an object oriented interface
zendframework/zend-eventmanager     3.2.0              Trigger and listen to events within a PHP application
zircote/swagger-php                 2.0.13             Swagger-PHP - Generate interactive documentation for your RESTful API using phpdoc a...
mariusbalcytis commented 4 years ago

Fixed with 0.4 version