Skip to content

Commit

Permalink
Merge pull request #85 from loic425/add-0.10
Browse files Browse the repository at this point in the history
Use v0.10.0
  • Loading branch information
loic425 authored Mar 6, 2023
2 parents 3d1d7a5 + 6f63b9a commit 3aa55f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/packs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
{
}
EOF
composer require monofony/api-pack ^0.10@alpha
composer require monofony/api-pack ^0.10
-
name: Run PHPUnit
Expand Down Expand Up @@ -183,7 +183,7 @@ jobs:
sed -i -e 's/\/\/ const frontendConfig/const frontendConfig/' webpack.config.js
sed -i -e 's/module\.exports \= \[backendConfig\]\;/\/\/ module\.exports \= \[backendConfig\]\;/' webpack.config.js
sed -i -e 's/\/\/ module\.exports \= \[backendConfig, frontendConfig\]\;/module\.exports \= \[backendConfig, frontendConfig\]\;/' webpack.config.js
composer require monofony/front-pack ^0.10@alpha
composer require monofony/front-pack ^0.10
-
name: Install certificates
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"php": "^8.1",
"doctrine/doctrine-migrations-bundle": "^3.2",
"doctrine/migrations": "^3.2",
"monofony/admin-pack": "^0.10@alpha",
"monofony/core-pack": "^0.10@alpha",
"monofony/admin-pack": "^0.10",
"monofony/core-pack": "^0.10",
"symfony/dotenv": "6.2.*",
"symfony/flex": "^2.0",
"symfony/monolog-bundle": "^3.6",
Expand All @@ -18,7 +18,7 @@
},
"require-dev": {
"dbrekelmans/bdi": "^1.0",
"monofony/test-pack": "^0.10@alpha",
"monofony/test-pack": "^0.10",
"robertfausk/behat-panther-extension": "^1.1",
"symfony/phpunit-bridge": "6.2.*"
},
Expand Down

0 comments on commit 3aa55f5

Please sign in to comment.