feat(router): atualizar versão do AxiumPHP e melhorar gerenciamento de rotas
This commit is contained in:
14
vendor/composer/installed.json
vendored
14
vendor/composer/installed.json
vendored
@@ -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"
|
||||
|
||||
10
vendor/composer/installed.php
vendored
10
vendor/composer/installed.php
vendored
@@ -3,7 +3,7 @@
|
||||
'name' => 'cybercore/workbloom',
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '311cadc1d12a6f269a473c6861dfc268a201ef6f',
|
||||
'reference' => '9cfa79db4b2f3aca5feab04bb1212cf87d9a8565',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
@@ -11,9 +11,9 @@
|
||||
),
|
||||
'versions' => array(
|
||||
'claudecio/axiumphp' => array(
|
||||
'pretty_version' => 'dev-dev-update-initializing',
|
||||
'version' => 'dev-dev-update-initializing',
|
||||
'reference' => 'ccc3c7de5462371150ea8d82549701519503f9f7',
|
||||
'pretty_version' => 'dev-feature-updated-router',
|
||||
'version' => 'dev-feature-updated-router',
|
||||
'reference' => 'c7353947a667ea857b461f2b6251441784a4b8ef',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../claudecio/axiumphp',
|
||||
'aliases' => array(),
|
||||
@@ -22,7 +22,7 @@
|
||||
'cybercore/workbloom' => array(
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '311cadc1d12a6f269a473c6861dfc268a201ef6f',
|
||||
'reference' => '9cfa79db4b2f3aca5feab04bb1212cf87d9a8565',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
||||
Reference in New Issue
Block a user