Add Router to core.
This commit is contained in:
parent
246bbed148
commit
69c761c3b1
58 changed files with 6451 additions and 157 deletions
58
composer.lock
generated
58
composer.lock
generated
|
@ -4,7 +4,7 @@
|
|||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "d96c3c8dad22cc886c62ad330566ecbc",
|
||||
"content-hash": "7da10fc34e3c55211c7a134e7e79f040",
|
||||
"packages": [
|
||||
{
|
||||
"name": "jeremeamia/superclosure",
|
||||
|
@ -116,62 +116,6 @@
|
|||
],
|
||||
"time": "2019-11-08T13:50:10+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pecee/simple-router",
|
||||
"version": "4.2.0.6",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/skipperbent/simple-php-router.git",
|
||||
"reference": "b715c48415d5e3660df668350152bba8798a6e33"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/skipperbent/simple-php-router/zipball/b715c48415d5e3660df668350152bba8798a6e33",
|
||||
"reference": "b715c48415d5e3660df668350152bba8798a6e33",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"php": ">=7.1",
|
||||
"php-di/php-di": "^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"mockery/mockery": "^1",
|
||||
"phpunit/phpunit": "^6.0"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Pecee\\": "src/Pecee/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Simon Sessingø",
|
||||
"email": "simon.sessingoe@gmail.com"
|
||||
}
|
||||
],
|
||||
"description": "Simple, fast PHP router that is easy to get integrated and in almost any project. Heavily inspired by the Laravel router.",
|
||||
"keywords": [
|
||||
"framework",
|
||||
"input-handler",
|
||||
"laravel",
|
||||
"pecee",
|
||||
"php",
|
||||
"request-handler",
|
||||
"route",
|
||||
"router",
|
||||
"routing",
|
||||
"routing-engine",
|
||||
"simple-php-router",
|
||||
"url-handling"
|
||||
],
|
||||
"time": "2018-11-24T23:47:02+00:00"
|
||||
},
|
||||
{
|
||||
"name": "php-di/invoker",
|
||||
"version": "2.0.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue