Skip to content

Commit

Permalink
Merge pull request #6 from Flowpack/5-add-neos-9-compatibility
Browse files Browse the repository at this point in the history
TASK: add neos 9 compatibility
  • Loading branch information
t-heuser authored Jan 31, 2025
2 parents 6c647ef + 56a0339 commit ec3e054
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,40 +1,40 @@
{
"description": "Configure your content-security-policy header easily with yaml.",
"type": "neos-package",
"name": "flowpack/content-security-policy",
"license": [
"MIT"
],
"require": {
"php": "^8.1",
"neos/flow": "^8.3"
},
"autoload": {
"psr-4": {
"Flowpack\\ContentSecurityPolicy\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"Flowpack\\ContentSecurityPolicy\\Tests\\": "Tests/"
}
},
"extra": {
"neos": {
"package-key": "Flowpack.ContentSecurityPolicy"
}
},
"config": {
"allow-plugins": {
"neos/composer-plugin": true,
"phpstan/extension-installer": true
}
},
"require-dev": {
"phpunit/phpunit": "^11.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6"
"description": "Configure your content-security-policy header easily with yaml.",
"type": "neos-package",
"name": "flowpack/content-security-policy",
"license": [
"MIT"
],
"require": {
"php": "^8.1",
"neos/flow": "^8.3 || ^9.0"
},
"autoload": {
"psr-4": {
"Flowpack\\ContentSecurityPolicy\\": "Classes/"
}
},
"autoload-dev": {
"psr-4": {
"Flowpack\\ContentSecurityPolicy\\Tests\\": "Tests/"
}
},
"extra": {
"neos": {
"package-key": "Flowpack.ContentSecurityPolicy"
}
},
"config": {
"allow-plugins": {
"neos/composer-plugin": true,
"phpstan/extension-installer": true
}
},
"require-dev": {
"phpunit/phpunit": "^11.4",
"phpstan/phpstan": "^1.12",
"phpstan/phpstan-phpunit": "^1.4",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan-strict-rules": "^1.6"
}
}

0 comments on commit ec3e054

Please sign in to comment.