Skip to content

Commit

Permalink
Corrected platform key in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
parijke committed Nov 16, 2023
1 parent 3817f92 commit 98c1233
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-runner.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PHP CI
name: PHP Unit Test Runner

on:
push:
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"doctrine/annotations": "^2.0",
"guzzlehttp/guzzle": "^7",
"incenteev/composer-parameter-handler": "~2.0",
"jms/translation-bundle": "*",
"jms/translation-bundle": "^2.0.0",
"mpdf/mpdf": "^8.2",
"nelmio/security-bundle": "^2",
"openconext/monitor-bundle": "^3.1",
Expand Down Expand Up @@ -124,12 +124,12 @@
"symfony/flex": true,
"symfony/runtime": true
},
"platform": {
"php": "8.2"
},
"optimize-autoloader": true,
"sort-packages": true
},
"platform": {
"php": "8.2"
},
"archive": {
"exclude": [
"*",
Expand Down
97 changes: 54 additions & 43 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 98c1233

Please sign in to comment.