Skip to content

Commit bbd89a5

Browse files
committed
[ADD] Composer update.
1 parent 91cdb8e commit bbd89a5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+10031
-9517
lines changed

assets/docs/changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
This file shows the changes in recent releases of Evolution CMS. The most current release is usually the
22
development release, and is only shown to give an idea of what's currently in the pipeline.
33

4+
Evolution CMS 3.3.0 (Nov 07, 2025)
5+
* !!! Notice: minimum PHP version 8.3. !!!
6+
* [GitHub: 74dd478] - Add Priority registration Service Providers. (Seiger)
7+
* [GitHub: 8400156] - Add niceEta - Format ETA seconds into human-readable format. (Seiger)
8+
* [GitHub: 7858c0a] - Add Multiply Tailwind css files compile. (Seiger)
9+
* [GitHub: f2355a6] - Fix missing value from config. (elcreator)
10+
* [GitHub: d6ecb76] - Fix Ignore suffix is Manager Middleware. (Seiger)
11+
* [GitHub: bfef7e7] - Fix Mark nicesize() as deprecated, use niceSize() via ISO standard. (Seiger)
12+
* [GitHub: b3a71f2] - Fix Refactor MODX_CLASS to EVO_CLASS. (Seiger)
13+
* [GitHub: af8c774] - Fix Support PHP 8.4. (Seiger)
14+
* [GitHub: 0899f09] - Fix Logo images. (Dmi3yy)
15+
416
Evolution CMS 3.2.7 (Aug 4, 2025)
517
* [GitHub: 10ad67b] - Add Core up to Laravel 11. (Seiger)
618
* [GitHub: d746b49] - Add Specified Evolution CMS version via platform-packages to check module compatibility. (Seiger)

core/composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
"league/flysystem": "^3",
6262
"lib-iconv": "*",
6363
"lib-libxml": "*",
64-
"phpmailer/phpmailer": "6.*",
64+
"phpmailer/phpmailer": "7.*",
6565
"phpoption/phpoption": "*",
6666
"predis/predis": "*",
6767
"rosell-dk/webp-convert": "*",
6868
"simplepie/simplepie": "1.*",
69-
"symfony/process": "^7.0",
70-
"tracy/tracy": "2.10.*",
71-
"vlucas/phpdotenv": "^5.5",
72-
"wikimedia/composer-merge-plugin": "2.1"
69+
"symfony/process": "7.*",
70+
"tracy/tracy": "2.*",
71+
"vlucas/phpdotenv": "5.*",
72+
"wikimedia/composer-merge-plugin": "2.*"
7373
},
7474
"require-dev": {
7575
"roave/security-advisories": "dev-master"

0 commit comments

Comments
 (0)