Skip to content
This repository was archived by the owner on Feb 27, 2026. It is now read-only.
This repository was archived by the owner on Feb 27, 2026. It is now read-only.

Error on fresh install #11

@rowan-m

Description

@rowan-m

Created a new Symfony project via:

symfony new ise_bundle_test --full

Added the following to composer.json

{
    "require": {
        "ise/web-security-bundle": "dev-main"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/GoogleChromeLabs/IseWebSecurityBundle.git"
        }
    ]
}

Then run:

$ composer update
Loading composer repositories with package information
Updating dependencies (including require-dev)         
Restricting packages listed in "symfony/symfony" to "5.1.*"
Package operations: 1 install, 0 updates, 0 removals
  - Installing ise/web-security-bundle (dev-main e09141b): Downloading (100%)         
Writing lock file
Generating optimized autoload files
Deprecation Notice: Class Ise\WebSecurityBundle\Tests\IseWebSecurityFetchMetaTest located in ./vendor/ise/web-security-bundle/tests/RequestSubscriberTest.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///home/rowan/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
composer/package-versions-deprecated: Generating version class...
composer/package-versions-deprecated: ...done generating version class
84 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Symfony operations: 1 recipe (de0b1b118c4285a123651ecd0d43296d)
  - Configuring ise/web-security-bundle (>=dev-main): From auto-generated recipe
Executing script cache:clear [KO]
 [KO]
Script cache:clear returned with error code 1
!!  
!!  In IseWebSecurityExtension.php line 18:
!!                                   
!!    Notice: Undefined index: coop  
!!                                   
!!  
!!  
Script @auto-scripts was called via post-update-cmd

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions