Skip to content

Commit

Permalink
開発版においてbaserCMS内の依存ライブラリの要求バージョンを 5.1.x に変更
Browse files Browse the repository at this point in the history
アップデートのテストがうまくいかないため
  • Loading branch information
ryuring committed Aug 25, 2024
1 parent c2b19e3 commit e74ed8c
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions plugins/baser-core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"firebase/php-jwt": "6.1.0",
"mobiledetect/mobiledetectlib": "^3.74",
"ext-json": "*",
"baserproject/bc-admin-third": "5.1.1",
"baserproject/bc-blog": "5.1.1",
"baserproject/bc-content-link": "5.1.1",
"baserproject/bc-custom-content": "5.1.1",
"baserproject/bc-editor-template": "5.1.1",
"baserproject/bc-favorite": "5.1.1",
"baserproject/bc-front": "5.1.1",
"baserproject/bc-installer": "5.1.1",
"baserproject/bc-mail": "5.1.1",
"baserproject/bc-search-index": "5.1.1",
"baserproject/bc-theme-config": "5.1.1",
"baserproject/bc-theme-file": "5.1.1",
"baserproject/bc-uploader": "5.1.1",
"baserproject/bc-widget-area": "5.1.1",
"baserproject/bc-admin-third": "5.1.x",
"baserproject/bc-blog": "5.1.x",
"baserproject/bc-content-link": "5.1.x",
"baserproject/bc-custom-content": "5.1.x",
"baserproject/bc-editor-template": "5.1.x",
"baserproject/bc-favorite": "5.1.x",
"baserproject/bc-front": "5.1.x",
"baserproject/bc-installer": "5.1.x",
"baserproject/bc-mail": "5.1.x",
"baserproject/bc-search-index": "5.1.x",
"baserproject/bc-theme-config": "5.1.x",
"baserproject/bc-theme-file": "5.1.x",
"baserproject/bc-uploader": "5.1.x",
"baserproject/bc-widget-area": "5.1.x",
"ext-mbstring": "*",
"ext-zip": "*",
"ext-gd": "*"
Expand Down

0 comments on commit e74ed8c

Please sign in to comment.