Skip to content

Commit c08cc35

Browse files
fix: update glob package to address security vulnerability (#1301)
* fix: update glob package to address security vulnerability * fix: composer audit security issues * fix: update package to composer packages compatible with PHP 8.3 * fix: ignore abandoned package from composer audit
1 parent b23a0e3 commit c08cc35

6 files changed

Lines changed: 2703 additions & 2784 deletions

File tree

composer.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,12 @@
101101
"sort-packages": true,
102102
"allow-plugins": {
103103
"php-http/discovery": true
104+
},
105+
"platform": {
106+
"php": "8.3.28"
107+
},
108+
"audit": {
109+
"abandoned": "ignore"
104110
}
105111
},
106112
"minimum-stability": "stable",

0 commit comments

Comments
 (0)