Skip to content

Commit

Permalink
Bp processing migration
Browse files Browse the repository at this point in the history
  • Loading branch information
BadPixxel committed Feb 20, 2024
1 parent 98ffdfd commit 84be312
Show file tree
Hide file tree
Showing 98 changed files with 4,468 additions and 4,219 deletions.
4 changes: 0 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,3 @@ quality:php-8.2:
quality:php-8.1:
extends: .quality
image: registry.gitlab.com/badpixxel-projects/php-sdk:php-8.1

quality:php-8.0:
extends: .quality
image: registry.gitlab.com/badpixxel-projects/php-sdk:php-8.1
13 changes: 8 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,21 @@
},

"require": {
"php": "^8.0",
"php": "^8.1",
"ext-curl": "*",
"ext-json": "*",

"symfony/config": "^5.4 || ^6.0",
"symfony/dependency-injection": "^5.4 || ^6.0",
"symfony/event-dispatcher": "^5.4 || ^6.0",
"symfony/options-resolver": "^5.4 || ^6.0",
"symfony/config": "^5.4 || ^6.4",
"symfony/dependency-injection": "^5.4 || ^6.4",
"symfony/event-dispatcher": "^5.4 || ^6.4",
"symfony/options-resolver": "^5.4 || ^6.4",

"doctrine/orm": "^2.5",
"doctrine/doctrine-bundle": "^2.0",

"twig/extra-bundle": "^2.0|^3.0",
"twig/intl-extra": "^2.0|^3.0",

"getbrevo/brevo-php": "^1.0",

"sonata-project/user-bundle": ">4.0",
Expand Down
Loading

0 comments on commit 84be312

Please sign in to comment.