163 lines
5.4 KiB
JSON
163 lines
5.4 KiB
JSON
{
|
|
"_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": "08d6fa0a77eca6b860aa39d42081eea9",
|
|
"packages": [
|
|
{
|
|
"name": "brandonwamboldt/utilphp",
|
|
"version": "1.1.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/brandonwamboldt/utilphp.git",
|
|
"reference": "36c32efc4f0679c05163464a550f45c8d83fe683"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/brandonwamboldt/utilphp/zipball/36c32efc4f0679c05163464a550f45c8d83fe683",
|
|
"reference": "36c32efc4f0679c05163464a550f45c8d83fe683",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.3"
|
|
},
|
|
"require-dev": {
|
|
"satooshi/php-coveralls": "dev-master"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-0": {
|
|
"utilphp\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Brandon Wamboldt",
|
|
"email": "brandon.wamboldt@gmail.com"
|
|
}
|
|
],
|
|
"description": "util.php is a collection of useful functions and snippets that you need or could use every day, designed to avoid conflicts with existing projects",
|
|
"homepage": "https://github.com/brandonwamboldt/utilphp",
|
|
"keywords": [
|
|
"collection",
|
|
"helpers",
|
|
"php",
|
|
"utility"
|
|
],
|
|
"time": "2015-02-02T17:56:14+00:00"
|
|
},
|
|
{
|
|
"name": "league/plates",
|
|
"version": "3.3.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/thephpleague/plates.git",
|
|
"reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/thephpleague/plates/zipball/b1684b6f127714497a0ef927ce42c0b44b45a8af",
|
|
"reference": "b1684b6f127714497a0ef927ce42c0b44b45a8af",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": "^5.3 | ^7.0"
|
|
},
|
|
"require-dev": {
|
|
"mikey179/vfsstream": "^1.4",
|
|
"phpunit/phpunit": "~4.0",
|
|
"squizlabs/php_codesniffer": "~1.5"
|
|
},
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.0-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"League\\Plates\\": "src"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jonathan Reinink",
|
|
"email": "jonathan@reinink.ca",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
|
|
"homepage": "http://platesphp.com",
|
|
"keywords": [
|
|
"league",
|
|
"package",
|
|
"templates",
|
|
"templating",
|
|
"views"
|
|
],
|
|
"time": "2016-12-28T00:14:17+00:00"
|
|
},
|
|
{
|
|
"name": "sergeytsalkov/meekrodb",
|
|
"version": "v2.3",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/SergeyTsalkov/meekrodb.git",
|
|
"reference": "eb36858f1aff94ae1665900e681a1cfb78563ee1"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/SergeyTsalkov/meekrodb/zipball/eb36858f1aff94ae1665900e681a1cfb78563ee1",
|
|
"reference": "eb36858f1aff94ae1665900e681a1cfb78563ee1",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.2.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"classmap": [
|
|
"db.class.php"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"LGPL-3.0"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Sergey Tsalkov",
|
|
"email": "stsalkov@gmail.com"
|
|
}
|
|
],
|
|
"description": "The Simple PHP/MySQL Library",
|
|
"homepage": "http://www.meekro.com",
|
|
"keywords": [
|
|
"database",
|
|
"mysql",
|
|
"mysqli",
|
|
"pdo"
|
|
],
|
|
"time": "2014-06-16T22:40:22+00:00"
|
|
}
|
|
],
|
|
"packages-dev": [],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": [],
|
|
"platform-dev": []
|
|
}
|