Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feature/documentation…
Browse files Browse the repository at this point in the history
…-2024-vragenlijst
  • Loading branch information
rubenvdlinde committed Apr 25, 2024
2 parents ea84a6f + bca2fc7 commit 3a35b72
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 37 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/product-page-deploy.yml

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
{
"name": "common-gateway/zgw-bundle",
"description": "Symfony bundle for zgw standard functionality",
"type" : "symfony-bundle",
"keywords" : [
"commongateway",
"common",
"gateway",
"conduction",
"symfony",
"common-gateway-plugin",
"zgw"
],
"homepage" : "https://commongateway.nl",
"license": "EUPL-1.2",
"minimum-stability" : "dev",
"require": {
"php": ">=7.4",
"commongateway/corebundle": ">=1.0.79",
"common-gateway/referentielijsten-bundle": ">=0.1.0"
},
"require-dev" : {
"symfony/dependency-injection" : "~3.4|~4.1|~5.0"
},
"autoload" : {
"psr-4" : {
"CommonGateway\\ZGWBundle\\" : "src/"
}
},
"scripts": {
"post-package-install": "bin/console commongateway:install common-gateway/zgw-bundle",
"post-package-update": "bin/console commongateway:update common-gateway/zgw-bundle",
"post-package-uninstall": "bin/console commongateway:uninstall common-gateway/zgw-bundle"
}
}
{
"name": "common-gateway/zgw-bundle",
"description": "Symfony bundle for zgw standard functionality",
"type" : "symfony-bundle",
"keywords" : [
"commongateway",
"common",
"gateway",
"conduction",
"symfony",
"common-gateway-plugin",
"zgw"
],
"homepage" : "https://commongateway.nl",
"license": "EUPL-1.2",
"minimum-stability" : "dev",
"require": {
"php": ">=7.4",
"commongateway/corebundle": "^1.1.110 | <2.0",
"common-gateway/referentielijsten-bundle": ">=0.1.0"
},
"require-dev" : {
"symfony/dependency-injection" : "~3.4|~4.1|~5.0"
},
"autoload" : {
"psr-4" : {
"CommonGateway\\ZGWBundle\\" : "src/"
}
},
"scripts": {
"post-package-install": "bin/console commongateway:install common-gateway/zgw-bundle",
"post-package-update": "bin/console commongateway:update common-gateway/zgw-bundle",
"post-package-uninstall": "bin/console commongateway:uninstall common-gateway/zgw-bundle"
}
}

0 comments on commit 3a35b72

Please sign in to comment.