We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f8cbb commit de620b5Copy full SHA for de620b5
2 files changed
composer.json
@@ -20,10 +20,10 @@
20
}
21
},
22
"require": {
23
- "php": "^8.3"
+ "php": "^8.5"
24
25
"require-dev": {
26
- "friendsofphp/php-cs-fixer": "^3.63",
+ "friendsofphp/php-cs-fixer": "^3.94",
27
"phpstan/phpstan": "^1.12"
28
29
"scripts": {
php-cs-fixer.php
@@ -3,7 +3,7 @@
3
declare(strict_types=1);
4
5
/**
6
- * Derafu: Foundation - Base for Derafu's Projects.
+ * Derafu: Enum - Yet Another List of Enumerations for PHP.
7
*
8
* Copyright (c) 2025 Esteban De La Fuente Rubio / Derafu <https://www.derafu.dev>
9
* Licensed under the MIT License.
0 commit comments