Skip to content

Commit

Permalink
ATTEMPT: reset php deps to main
Browse files Browse the repository at this point in the history
  • Loading branch information
florimondmanca committed Sep 19, 2023
1 parent aaebdb6 commit 6a0c624
Show file tree
Hide file tree
Showing 3 changed files with 330 additions and 254 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
sudo apt install symfony-cli
- name: CI
run: make ci CI=1 BIN_PHP="php" BIN_CONSOLE="php bin/console" BIN_COMPOSER="composer" BIN_NPM="npm" BIN_NPX="npx" PLAYWRIGHT_ARGS="-x --forbid-only --timeout=5000"
run: make ci CI=1 BIN_PHP="php" BIN_CONSOLE="php bin/console" BIN_COMPOSER="composer" BIN_NPM="npm" BIN_NPX="npx" PLAYWRIGHT_ARGS="-x --forbid-only"

- uses: codecov/codecov-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ext-iconv": "*",
"doctrine/doctrine-bundle": "^2.7",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/orm": "< 2.15.5",
"doctrine/orm": "^2.13",
"easycorp/easyadmin-bundle": "^4.7",
"jsor/doctrine-postgis": "^2.1",
"nelmio/security-bundle": "^3.0",
Expand Down Expand Up @@ -106,7 +106,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "< 6.3.2"
"require": "6.3.*"
},
"paas": {
"php-config": [
Expand Down
Loading

0 comments on commit 6a0c624

Please sign in to comment.