feat(router): atualizar versão do AxiumPHP e melhorar gerenciamento de rotas

This commit is contained in:
Claudecio Martins
2025-10-26 21:07:28 +01:00
parent 9cfa79db4b
commit 6071550f20
5 changed files with 176 additions and 198 deletions

View File

@@ -2,24 +2,24 @@
"packages": [
{
"name": "claudecio/axiumphp",
"version": "dev-dev-update-initializing",
"version_normalized": "dev-dev-update-initializing",
"version": "dev-feature-updated-router",
"version_normalized": "dev-feature-updated-router",
"source": {
"type": "git",
"url": "https://github.com/claudecio/AxiumPHP.git",
"reference": "ccc3c7de5462371150ea8d82549701519503f9f7"
"reference": "c7353947a667ea857b461f2b6251441784a4b8ef"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/claudecio/AxiumPHP/zipball/ccc3c7de5462371150ea8d82549701519503f9f7",
"reference": "ccc3c7de5462371150ea8d82549701519503f9f7",
"url": "https://api.github.com/repos/claudecio/AxiumPHP/zipball/c7353947a667ea857b461f2b6251441784a4b8ef",
"reference": "c7353947a667ea857b461f2b6251441784a4b8ef",
"shasum": ""
},
"require": {
"php": ">=8.1",
"vlucas/phpdotenv": "v5.6.2"
},
"time": "2025-10-18T18:31:17+00:00",
"time": "2025-10-26T20:05:19+00:00",
"type": "library",
"installation-source": "dist",
"autoload": {
@@ -32,7 +32,7 @@
],
"description": "Meu framework PHP para sistemas MVC modulares.",
"support": {
"source": "https://github.com/claudecio/AxiumPHP/tree/dev-update-initializing",
"source": "https://github.com/claudecio/AxiumPHP/tree/feature-updated-router",
"issues": "https://github.com/claudecio/AxiumPHP/issues"
},
"install-path": "../claudecio/axiumphp"