Skip to content

Commit de620b5

Browse files
committed
Se actualiza a PHP 8.5.
1 parent 24f8cbb commit de620b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^8.3"
23+
"php": "^8.5"
2424
},
2525
"require-dev": {
26-
"friendsofphp/php-cs-fixer": "^3.63",
26+
"friendsofphp/php-cs-fixer": "^3.94",
2727
"phpstan/phpstan": "^1.12"
2828
},
2929
"scripts": {

php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
declare(strict_types=1);
44

55
/**
6-
* Derafu: Foundation - Base for Derafu's Projects.
6+
* Derafu: Enum - Yet Another List of Enumerations for PHP.
77
*
88
* Copyright (c) 2025 Esteban De La Fuente Rubio / Derafu <https://www.derafu.dev>
99
* Licensed under the MIT License.

0 commit comments

Comments
 (0)