Skip to content

Commit

Permalink
Release v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Aug 23, 2024
1 parent 51fad39 commit a2f58da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/EduFramework/Core/ConfigCore.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public function __construct(array $config)
self::$config = array_merge(
[
'name' => 'EduFramework',
'version' => 'v2.2.0@stable',
'date_version' => '2024-07-08', // Date de la livraison de la version
'version' => 'v2.2.1@stable',
'date_version' => '2024-07-23', // Date de la livraison de la version
'php_version' => '8.2', // Warning : bin/edu require PHP 8.2 or higher
'base_path' => '/',
'twig_path' => '/app/Template',
Expand Down

0 comments on commit a2f58da

Please sign in to comment.