Skip to content
This repository has been archived by the owner on Jul 28, 2022. It is now read-only.

Commit

Permalink
Merge branch '3.x' into 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet committed Dec 5, 2021
2 parents e47c6e5 + 5ae0183 commit 45e4763
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
run: composer require ${{ matrix.variant }} --no-update

- name: Allow unstable dependencies
if: matrix.symfony-require == '6.0.*'
run: composer config minimum-stability dev

- name: Install Composer dependencies (${{ matrix.dependencies }})
Expand Down
28 changes: 14 additions & 14 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
{
"name": "sonata-project/notification-bundle",
"type": "symfony-bundle",
"description": "Symfony SonataNotificationBundle",
"license": "MIT",
"type": "symfony-bundle",
"keywords": [
"page",
"sonata",
"cms"
],
"homepage": "https://docs.sonata-project.org/projects/SonataNotificationBundle",
"license": "MIT",
"authors": [
{
"name": "Thomas Rabaix",
Expand All @@ -20,6 +19,7 @@
"homepage": "https://github.com/sonata-project/SonataNotificationBundle/contributors"
}
],
"homepage": "https://docs.sonata-project.org/projects/SonataNotificationBundle",
"require": {
"php": "^7.3 || ^8.0",
"ext-json": "*",
Expand All @@ -40,14 +40,6 @@
"symfony/http-kernel": "^4.4 || ^5.3",
"symfony/security-core": "^4.4 || ^5.3"
},
"conflict": {
"friendsofsymfony/rest-bundle": "<2.3",
"jms/serializer": "<0.13",
"liip/monitor-bundle": "<2.6",
"nelmio/api-doc-bundle": "<2.13.5 || >=4.0",
"sonata-project/admin-bundle": "<4.0",
"sonata-project/doctrine-orm-admin-bundle": "<4.0"
},
"require-dev": {
"enqueue/amqp-lib": "^0.8",
"friendsofsymfony/rest-bundle": "^2.3 || ^3.0",
Expand All @@ -69,6 +61,14 @@
"symfony/yaml": "^4.4 || ^5.3",
"vimeo/psalm": "^4.7"
},
"conflict": {
"friendsofsymfony/rest-bundle": "<2.3",
"jms/serializer": "<0.13",
"liip/monitor-bundle": "<2.6",
"nelmio/api-doc-bundle": "<2.13.5 || >=4.0",
"sonata-project/admin-bundle": "<4.0",
"sonata-project/doctrine-orm-admin-bundle": "<4.0"
},
"suggest": {
"friendsofsymfony/rest-bundle": "If you want to expose a ReST API.",
"guzzlehttp/guzzle": "If you want to get a status report when using the rabbitMQ backend.",
Expand All @@ -78,9 +78,6 @@
"sonata-project/admin-bundle": "To be able to use MessageAdmin.",
"sonata-project/doctrine-orm-admin-bundle": "If you want to persist entities"
},
"config": {
"sort-packages": true
},
"autoload": {
"psr-4": {
"Sonata\\NotificationBundle\\": "src/"
Expand All @@ -90,5 +87,8 @@
"psr-4": {
"Sonata\\NotificationBundle\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
}
}

0 comments on commit 45e4763

Please sign in to comment.