Skip to content

Commit 24f8cbb

Browse files
committed
Limpieza de docs.
1 parent 86e5c40 commit 24f8cbb

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2025 Esteban De La Fuente Rubio / Derafu <https://www.derafu.org>
3+
Copyright (c) 2025 Esteban De La Fuente Rubio / Derafu <https://www.derafu.dev>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
"name": "derafu/enum",
33
"description": "Derafu: Enum - Yet Another List of Enumerations for PHP",
44
"type": "library",
5-
"homepage": "https://derafu.org/enum",
5+
"homepage": "https://www.derafu.dev/docs/standards/enum",
66
"license": "MIT",
77
"authors": [
88
{
99
"name": "Esteban De La Fuente Rubio / Derafu",
10-
"homepage": "https://www.derafu.org"
10+
"homepage": "https://www.derafu.dev"
1111
}
1212
],
1313
"support": {

php-cs-fixer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Derafu: Foundation - Base for Derafu's Projects.
77
*
8-
* Copyright (c) 2025 Esteban De La Fuente Rubio / Derafu <https://www.derafu.org>
8+
* Copyright (c) 2025 Esteban De La Fuente Rubio / Derafu <https://www.derafu.dev>
99
* Licensed under the MIT License.
1010
* See LICENSE file for more details.
1111
*/

src/Currency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
* Derafu: Enum - Yet Another List of Enumerations for PHP.
77
*
8-
* Copyright (c) 2025 Esteban De La Fuente Rubio / Derafu <https://www.derafu.org>
8+
* Copyright (c) 2025 Esteban De La Fuente Rubio / Derafu <https://www.derafu.dev>
99
* Licensed under the MIT License.
1010
* See LICENSE file for more details.
1111
*/

0 commit comments

Comments
 (0)