Skip to content

Commit 4b3582b

Browse files
committed
php 8.3 phalcon 5.8
1 parent 768519c commit 4b3582b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ By meeting these requirements, you can ensure a smooth and efficient experience
161161
Zemit is built to be flexible and powerful, supporting a wide range of technologies and components. While we have certain core requirements, you have the freedom to integrate additional tools as per your project's needs.
162162

163163
- **[Composer](https://getcomposer.org/)**: Required for managing dependencies in Zemit. Composer simplifies the installation and update process of PHP packages, making it a vital tool for managing Zemit’s components.
164-
- **[PHP](https://secure.php.net/) >= 8.2**: Essential for Zemit, PHP 8.2+ brings modern features and improved performance.
165-
- **[PhalconPHP](https://phalconphp.com/) >= 5.6.2**: Our core framework. Phalcon's efficiency and rich feature set are crucial for Zemit's performance.
164+
- **[PHP](https://secure.php.net/) >= 8.3**: Essential for Zemit, PHP 8.3+ brings modern features and improved performance.
165+
- **[PhalconPHP](https://phalconphp.com/) >= 5.8.0**: Our core framework. Phalcon's efficiency and rich feature set are crucial for Zemit's performance.
166166
- **Database Flexibility**: While we recommend [MySQL](https://www.mysql.com/) >= 8.0 for its robustness, Zemit is compatible with other databases supported by Phalcon. This flexibility allows you to choose the database that best fits your project's requirements.
167167
- **PSR Standards**: Compliance with PSR standards is mandatory, ensuring interoperability and standard coding practices.
168168

src/Modules/Frontend/Controllers/CheckController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@
3131
class CheckController extends AbstractController
3232
{
3333
public array $versionList = [
34-
'php' => '8.2',
35-
'phalcon' => '5.6',
34+
'php' => '8.3',
35+
'phalcon' => '5.8',
3636
'zemit' => '1.0',
3737
];
3838

0 commit comments

Comments
 (0)