225 lines
7.9 KiB
JSON
Executable File
225 lines
7.9 KiB
JSON
Executable File
{
|
|
"_readme": [
|
|
"This file locks the dependencies of your project to a known state",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
|
"This file is @generated automatically"
|
|
],
|
|
"content-hash": "697ec089fcf3d7f209de359fc23cd496",
|
|
"packages": [
|
|
{
|
|
"name": "ajani/flash-message",
|
|
"version": "v2.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/RaspbianFrance/flash-message.git",
|
|
"reference": "7a01306c2850b0a37c9910f29935e0b0923b65a1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/RaspbianFrance/flash-message/zipball/7a01306c2850b0a37c9910f29935e0b0923b65a1",
|
|
"reference": "7a01306c2850b0a37c9910f29935e0b0923b65a1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"FlashMessage": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"GPL-3.0-or-later"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "osaajani",
|
|
"email": "plebwebsas@gmail.com"
|
|
}
|
|
],
|
|
"description": "A simple package to allow usage of flash messages using session.",
|
|
"time": "2019-11-09T02:11:30+00:00"
|
|
},
|
|
{
|
|
"name": "giggsey/libphonenumber-for-php",
|
|
"version": "8.10.22",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/giggsey/libphonenumber-for-php.git",
|
|
"reference": "f3a55dcb6fead9d4fb291c6dadda0564e5ae8d3f"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/f3a55dcb6fead9d4fb291c6dadda0564e5ae8d3f",
|
|
"reference": "f3a55dcb6fead9d4fb291c6dadda0564e5ae8d3f",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-mbstring": "*",
|
|
"giggsey/locale": "^1.7",
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"pear/pear-core-minimal": "^1.9",
|
|
"pear/pear_exception": "^1.0",
|
|
"pear/versioncontrol_git": "^0.5",
|
|
"phing/phing": "^2.7",
|
|
"php-coveralls/php-coveralls": "^1.0|^2.0",
|
|
"phpunit/phpunit": "^4.8.36|^5.0",
|
|
"symfony/console": "^2.8|^3.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "8.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"libphonenumber\\": "src/"
|
|
},
|
|
"exclude-from-classmap": [
|
|
"/src/data/",
|
|
"/src/carrier/data/",
|
|
"/src/geocoding/data/",
|
|
"/src/timezone/data/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"Apache-2.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joshua Gigg",
|
|
"email": "giggsey@gmail.com",
|
|
"homepage": "https://giggsey.com/"
|
|
}
|
|
],
|
|
"description": "PHP Port of Google's libphonenumber",
|
|
"homepage": "https://github.com/giggsey/libphonenumber-for-php",
|
|
"keywords": [
|
|
"geocoding",
|
|
"geolocation",
|
|
"libphonenumber",
|
|
"mobile",
|
|
"phonenumber",
|
|
"validation"
|
|
],
|
|
"time": "2019-10-30T11:52:30+00:00"
|
|
},
|
|
{
|
|
"name": "giggsey/locale",
|
|
"version": "1.8",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/giggsey/Locale.git",
|
|
"reference": "85a1b251bad11c986fec2a051b10d4b80a5caa1b"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/giggsey/Locale/zipball/85a1b251bad11c986fec2a051b10d4b80a5caa1b",
|
|
"reference": "85a1b251bad11c986fec2a051b10d4b80a5caa1b",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"require-dev": {
|
|
"pear/pear-core-minimal": "^1.9",
|
|
"pear/pear_exception": "^1.0",
|
|
"pear/versioncontrol_git": "^0.5",
|
|
"phing/phing": "~2.7",
|
|
"php-coveralls/php-coveralls": "^1.0|^2.0",
|
|
"phpunit/phpunit": "^4.8|^5.0",
|
|
"symfony/console": "^2.8|^3.0|^4.0",
|
|
"symfony/filesystem": "^2.8|^3.0|^4.0",
|
|
"symfony/finder": "^2.8|^3.0|^4.0",
|
|
"symfony/process": "^2.8|^3.0|^4.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Giggsey\\Locale\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Joshua Gigg",
|
|
"email": "giggsey@gmail.com",
|
|
"homepage": "http://giggsey.com/"
|
|
}
|
|
],
|
|
"description": "Locale functions required by libphonenumber-for-php",
|
|
"time": "2019-10-09T18:53:14+00:00"
|
|
},
|
|
{
|
|
"name": "ingenerator/tokenista",
|
|
"version": "v1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/ingenerator/tokenista.git",
|
|
"reference": "e579ff4c747c114cdef18dd967a92ff0e73b9797"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/ingenerator/tokenista/zipball/e579ff4c747c114cdef18dd967a92ff0e73b9797",
|
|
"reference": "e579ff4c747c114cdef18dd967a92ff0e73b9797",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-openssl": "*",
|
|
"lib-openssl": "*",
|
|
"php": ">=5.5"
|
|
},
|
|
"require-dev": {
|
|
"phpspec/phpspec": "^2.0"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "1.0.x-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"Ingenerator": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Andrew Coulton",
|
|
"email": "andrew@ingenerator.com",
|
|
"homepage": "http://www.ingenerator.com"
|
|
}
|
|
],
|
|
"description": "Simple signed and expiring token generator and validator - for password reset, CSRF, authentication, whatever",
|
|
"homepage": "https://github.com/ingenerator/tokenista",
|
|
"keywords": [
|
|
"auth",
|
|
"csrf",
|
|
"token"
|
|
],
|
|
"time": "2018-02-26T14:16:22+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|