| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 |
- {
- "_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": "c704916881881be88b068aaf0d0be395",
- "packages": [
- {
- "name": "dibi/dibi",
- "version": "v3.1.0",
- "source": {
- "type": "git",
- "url": "https://github.com/dg/dibi.git",
- "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/dg/dibi/zipball/fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
- "reference": "fa35c0cf7de1286ce1cf9fbdba058c1d54c849f8",
- "shasum": ""
- },
- "require": {
- "php": ">=5.4.4"
- },
- "replace": {
- "dg/dibi": "*"
- },
- "require-dev": {
- "nette/tester": "~1.7",
- "tracy/tracy": "~2.2"
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.1-dev"
- }
- },
- "autoload": {
- "classmap": [
- "src/"
- ],
- "files": [
- "src/loader.php"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause",
- "GPL-2.0",
- "GPL-3.0"
- ],
- "authors": [
- {
- "name": "David Grudl",
- "homepage": "https://davidgrudl.com"
- }
- ],
- "description": "Dibi is Database Abstraction Library for PHP",
- "homepage": "https://dibiphp.com",
- "keywords": [
- "access",
- "database",
- "dbal",
- "mssql",
- "mysql",
- "odbc",
- "oracle",
- "pdo",
- "postgresql",
- "sqlite",
- "sqlsrv"
- ],
- "time": "2017-09-25T15:57:54+00:00"
- },
- {
- "name": "lcobucci/jwt",
- "version": "3.2.2",
- "source": {
- "type": "git",
- "url": "https://github.com/lcobucci/jwt.git",
- "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/lcobucci/jwt/zipball/0b5930be73582369e10c4d4bb7a12bac927a203c",
- "reference": "0b5930be73582369e10c4d4bb7a12bac927a203c",
- "shasum": ""
- },
- "require": {
- "ext-openssl": "*",
- "php": ">=5.5"
- },
- "require-dev": {
- "mdanter/ecc": "~0.3.1",
- "mikey179/vfsstream": "~1.5",
- "phpmd/phpmd": "~2.2",
- "phpunit/php-invoker": "~1.1",
- "phpunit/phpunit": "~4.5",
- "squizlabs/php_codesniffer": "~2.3"
- },
- "suggest": {
- "mdanter/ecc": "Required to use Elliptic Curves based algorithms."
- },
- "type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.1-dev"
- }
- },
- "autoload": {
- "psr-4": {
- "Lcobucci\\JWT\\": "src"
- }
- },
- "notification-url": "https://packagist.org/downloads/",
- "license": [
- "BSD-3-Clause"
- ],
- "authors": [
- {
- "name": "Luís Otávio Cobucci Oblonczyk",
- "email": "lcobucci@gmail.com",
- "role": "Developer"
- }
- ],
- "description": "A simple library to work with JSON Web Token and JSON Web Signature",
- "keywords": [
- "JWS",
- "jwt"
- ],
- "time": "2017-09-01T08:23:26+00:00"
- }
- ],
- "packages-dev": [],
- "aliases": [],
- "minimum-stability": "stable",
- "stability-flags": [],
- "prefer-stable": false,
- "prefer-lowest": false,
- "platform": [],
- "platform-dev": []
- }
|