Skip to content

Commit

Permalink
Merge pull request #33 from itk-dev/feature/security-update
Browse files Browse the repository at this point in the history
Security update
  • Loading branch information
rimi-itk authored Dec 12, 2024
2 parents 130943f + 0d96103 commit 580d305
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 266 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ See [keep a changelog](https://keepachangelog.com/en/1.0.0/) for information abo

## [Unreleased]

- [PR-33](https://github.com/itk-dev/aapodwalk_api/pull/33)
Security update
- [PR-32](https://github.com/itk-dev/aapodwalk_api/pull/32)
Adds admin site message
- [PR-30](https://github.com/itk-dev/aapodwalk_api/pull/30)
Expand Down
7 changes: 0 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
"ext-ctype": "*",
"ext-iconv": "*",
"api-platform/core": "^3.1",
"cweagans/composer-patches": "^1.7",
"doctrine/annotations": "^2.0",
"doctrine/doctrine-bundle": "^2.10",
"doctrine/doctrine-migrations-bundle": "^3.2",
Expand Down Expand Up @@ -86,7 +85,6 @@
},
"config": {
"allow-plugins": {
"cweagans/composer-patches": true,
"ergebnis/composer-normalize": true,
"php-http/discovery": true,
"symfony/flex": true,
Expand All @@ -95,11 +93,6 @@
"sort-packages": true
},
"extra": {
"patches": {
"symfony/twig-bridge": {
"https://github.com/EasyCorp/EasyAdminBundle/issues/6609 > https://github.com/symfony/symfony/pull/59059": "patches/symfony-symfony-pull-59059.patch"
}
},
"symfony": {
"allow-contrib": true,
"require": "7.2.*"
Expand Down
Loading

0 comments on commit 580d305

Please sign in to comment.