aboutsummaryrefslogtreecommitdiff
path: root/composer.lock
diff options
context:
space:
mode:
Diffstat (limited to 'composer.lock')
-rw-r--r--composer.lock61
1 files changed, 59 insertions, 2 deletions
diff --git a/composer.lock b/composer.lock
index 41b969f..fe3fd0c 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,9 +4,64 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "c2f25e98ade7ac743c73388d3eb3c10e",
+ "content-hash": "21aa4f4247c76d4a524ea5054aa6f09a",
"packages": [
{
+ "name": "altorouter/altorouter",
+ "version": "v1.2.0",
+ "source": {
+ "type": "git",
+ "url": "https://github.com/dannyvankooten/AltoRouter.git",
+ "reference": "39c50092470128c12284d332bb57f306bb5b58e4"
+ },
+ "dist": {
+ "type": "zip",
+ "url": "https://api.github.com/repos/dannyvankooten/AltoRouter/zipball/39c50092470128c12284d332bb57f306bb5b58e4",
+ "reference": "39c50092470128c12284d332bb57f306bb5b58e4",
+ "shasum": ""
+ },
+ "require": {
+ "php": ">=5.3.0"
+ },
+ "require-dev": {
+ "codeclimate/php-test-reporter": "dev-master",
+ "phpunit/phpunit": "4.5.*"
+ },
+ "type": "library",
+ "autoload": {
+ "classmap": [
+ "AltoRouter.php"
+ ]
+ },
+ "notification-url": "https://packagist.org/downloads/",
+ "license": [
+ "MIT"
+ ],
+ "authors": [
+ {
+ "name": "Danny van Kooten",
+ "email": "dannyvankooten@gmail.com",
+ "homepage": "http://dannyvankooten.com/"
+ },
+ {
+ "name": "Koen Punt",
+ "homepage": "https://github.com/koenpunt"
+ },
+ {
+ "name": "niahoo",
+ "homepage": "https://github.com/niahoo"
+ }
+ ],
+ "description": "A lightning fast router for PHP",
+ "homepage": "https://github.com/dannyvankooten/AltoRouter",
+ "keywords": [
+ "lightweight",
+ "router",
+ "routing"
+ ],
+ "time": "2015-11-30T00:47:43+00:00"
+ },
+ {
"name": "jamesmoss/flywheel",
"version": "0.5.2",
"source": {
@@ -170,6 +225,8 @@
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
- "platform": [],
+ "platform": {
+ "php": "^7.2"
+ },
"platform-dev": []
}