2018-11-12 03:08:33 +01:00
|
|
|
{
|
|
|
|
"_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#installing-dependencies",
|
|
|
|
"This file is @generated automatically"
|
|
|
|
],
|
2020-06-20 18:45:18 +02:00
|
|
|
"content-hash": "32addc73d4c20158a63877c57d3654dc",
|
2018-11-12 03:08:33 +01:00
|
|
|
"packages": [
|
|
|
|
{
|
|
|
|
"name": "asika/simple-console",
|
|
|
|
"version": "1.0.3",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/asika32764/php-simple-console.git",
|
|
|
|
"reference": "0b624c1a999849dc6481a47182e58d593bf65068"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/asika32764/php-simple-console/zipball/0b624c1a999849dc6481a47182e58d593bf65068",
|
|
|
|
"reference": "0b624c1a999849dc6481a47182e58d593bf65068",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Asika\\SimpleConsole\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Simon Asika",
|
|
|
|
"email": "asika32764@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "One file console framework to help you write build scripts.",
|
|
|
|
"time": "2018-03-08T12:05:40+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "atlas/pdo",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "1.1.2",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/atlasphp/Atlas.Pdo.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "69b7c968b6c685043d215c1ddbe48e526a73ca80"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/atlasphp/Atlas.Pdo/zipball/69b7c968b6c685043d215c1ddbe48e526a73ca80",
|
|
|
|
"reference": "69b7c968b6c685043d215c1ddbe48e526a73ca80",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=7.1"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"pds/skeleton": "~1.0",
|
|
|
|
"phpunit/phpunit": "~7.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Atlas\\Pdo\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Atlas.Pdo Contributors",
|
|
|
|
"homepage": "https://github.com/atlasphp/Atlas.Pdo/contributors"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Provides a PDO instance decorator with convenience methods, and a connection manager.",
|
|
|
|
"homepage": "https://github.com/atlasphp/Atlas.Pdo",
|
|
|
|
"keywords": [
|
|
|
|
"Connection",
|
|
|
|
"database",
|
|
|
|
"pdo",
|
|
|
|
"sql"
|
|
|
|
],
|
2020-06-15 00:23:27 +02:00
|
|
|
"time": "2019-12-23T15:09:02+00:00"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
2018-11-16 05:40:07 +01:00
|
|
|
{
|
|
|
|
"name": "boronczyk/localization-middleware",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "1.4.1",
|
2018-11-16 05:40:07 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/tboronczyk/localization-middleware.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "e903e52b65c9fc417eab0ef2b4606b127a1dff43"
|
2018-11-16 05:40:07 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/tboronczyk/localization-middleware/zipball/e903e52b65c9fc417eab0ef2b4606b127a1dff43",
|
|
|
|
"reference": "e903e52b65c9fc417eab0ef2b4606b127a1dff43",
|
2018-11-16 05:40:07 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": "^7.0",
|
|
|
|
"psr/http-message": "^1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.0",
|
|
|
|
"slim/slim": "^3.0"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Boronczyk\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Timothy Boronczyk",
|
|
|
|
"email": "tboronczyk@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PSR-7 middleware to assist primarily with language-based content negotiation and various other localization tasks.",
|
|
|
|
"homepage": "https://github.com/tboronczyk/localization-middleware",
|
|
|
|
"keywords": [
|
|
|
|
"localization",
|
|
|
|
"psr-7",
|
|
|
|
"slim"
|
|
|
|
],
|
2020-06-15 00:23:27 +02:00
|
|
|
"time": "2020-03-25T02:41:27+00:00"
|
2018-11-16 05:40:07 +01:00
|
|
|
},
|
2018-11-12 03:08:33 +01:00
|
|
|
{
|
|
|
|
"name": "bower-asset/bootstrap.native",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "2.0.27",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/thednp/bootstrap.native.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "145defd9a76b1f04b985600054566ba665dc5487"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/thednp/bootstrap.native/zipball/145defd9a76b1f04b985600054566ba665dc5487",
|
|
|
|
"reference": "145defd9a76b1f04b985600054566ba665dc5487",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "bower-asset-library",
|
|
|
|
"extra": {
|
|
|
|
"bower-asset-main": "dist/bootstrap-native.js",
|
|
|
|
"bower-asset-ignore": [
|
|
|
|
"**/.*",
|
|
|
|
"node_modules",
|
|
|
|
"bower_components",
|
|
|
|
"test",
|
|
|
|
"tests"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2020-06-15 00:23:27 +02:00
|
|
|
"description": "Native JavaScript for Bootstrap, the sweetest JavaScript library without jQuery.",
|
2018-11-12 03:08:33 +01:00
|
|
|
"keywords": [
|
|
|
|
"bootstrap",
|
|
|
|
"bootstrap.native",
|
|
|
|
"native javascript",
|
|
|
|
"vanilla javascript",
|
|
|
|
"vanilla js"
|
|
|
|
],
|
2020-06-15 00:23:27 +02:00
|
|
|
"time": "2019-08-23T08:20:44+00:00"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "bower-asset/fontawesome",
|
2020-06-20 18:45:18 +02:00
|
|
|
"version": "5.13.1",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/FortAwesome/Font-Awesome.git",
|
2020-06-20 18:45:18 +02:00
|
|
|
"reference": "1147d199a35293b391152ee85e2d30988439157f"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-20 18:45:18 +02:00
|
|
|
"url": "https://api.github.com/repos/FortAwesome/Font-Awesome/zipball/1147d199a35293b391152ee85e2d30988439157f",
|
|
|
|
"reference": "1147d199a35293b391152ee85e2d30988439157f",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"type": "bower-asset-library"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "byjg/anydataset",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "4.0.1",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/byjg/anydataset.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "73be85447d4a4c21541f576ecbee09fe59a0abd8"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/byjg/anydataset/zipball/73be85447d4a4c21541f576ecbee09fe59a0abd8",
|
|
|
|
"reference": "73be85447d4a4c21541f576ecbee09fe59a0abd8",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"byjg/serializer": "1.0.*",
|
|
|
|
"byjg/xmlutil": "1.0.*",
|
2018-12-19 09:55:30 +01:00
|
|
|
"php": ">=5.6.0"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-06-15 00:23:27 +02:00
|
|
|
"phpunit/phpunit": "5.7.*|7.4.*"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"ext-dom": "*"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"ByJG\\AnyDataset\\Core\\": "src/"
|
2018-11-12 03:08:33 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "João Gilberto Magalhães",
|
|
|
|
"email": "joao@byjg.com.br"
|
|
|
|
}
|
|
|
|
],
|
2018-12-19 09:55:30 +01:00
|
|
|
"description": "Anydataset is an agnostic data source abstraction layer in PHP. Core Module.",
|
2020-06-15 00:23:27 +02:00
|
|
|
"time": "2020-04-11T16:50:42+00:00"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 09:55:30 +01:00
|
|
|
"name": "byjg/anydataset-array",
|
|
|
|
"version": "4.0.0",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-12-19 09:55:30 +01:00
|
|
|
"url": "https://github.com/byjg/anydataset-array.git",
|
|
|
|
"reference": "e66aa343b8ccd32baec0545120ea9948e1d0b0c5"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2018-12-19 09:55:30 +01:00
|
|
|
"url": "https://api.github.com/repos/byjg/anydataset-array/zipball/e66aa343b8ccd32baec0545120ea9948e1d0b0c5",
|
|
|
|
"reference": "e66aa343b8ccd32baec0545120ea9948e1d0b0c5",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"byjg/anydataset": "4.0.*",
|
|
|
|
"php": ">=5.6.0"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"phpunit/phpunit": ">5.7"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"ByJG\\AnyDataset\\Lists\\": "src/"
|
2018-11-12 03:08:33 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
2018-12-19 09:55:30 +01:00
|
|
|
"name": "João Gilberto Magalhães",
|
2018-11-12 03:08:33 +01:00
|
|
|
"email": "joao@byjg.com.br"
|
|
|
|
}
|
|
|
|
],
|
2018-12-19 09:55:30 +01:00
|
|
|
"description": "Anydataset Array abstraction. Anydataset is an agnostic data source abstraction layer in PHP.",
|
|
|
|
"time": "2018-11-24T15:20:06+00:00"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 09:55:30 +01:00
|
|
|
"name": "byjg/anydataset-db",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "4.0.1",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-12-19 09:55:30 +01:00
|
|
|
"url": "https://github.com/byjg/anydataset-db.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "efd9ad8bedb93ffcee240d9847641e50e3dd266a"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/byjg/anydataset-db/zipball/efd9ad8bedb93ffcee240d9847641e50e3dd266a",
|
|
|
|
"reference": "efd9ad8bedb93ffcee240d9847641e50e3dd266a",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"byjg/anydataset": "4.0.*",
|
|
|
|
"byjg/anydataset-array": "4.0.*",
|
|
|
|
"byjg/uri": "1.0.*",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"php": ">=5.6.0",
|
|
|
|
"psr/cache": "1.0.*"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"byjg/cache-engine": "4.0.*",
|
2020-06-15 00:23:27 +02:00
|
|
|
"phpunit/phpunit": "5.7.*|7.4.*"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"byjg/cache-engine": "4.0.*",
|
|
|
|
"ext-curl": "*",
|
|
|
|
"ext-oci8": "*",
|
|
|
|
"ext-pdo_mysql": "*",
|
|
|
|
"ext-pdo_pgsql": "*"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"ByJG\\AnyDataset\\Db\\": "src/"
|
2018-11-12 03:08:33 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "João Gilberto Magalhães",
|
|
|
|
"email": "joao@byjg.com.br"
|
|
|
|
}
|
|
|
|
],
|
2018-12-19 09:55:30 +01:00
|
|
|
"description": "Anydataset Database Relational abstraction. Anydataset is an agnostic data source abstraction layer in PHP.",
|
2020-06-15 00:23:27 +02:00
|
|
|
"time": "2020-03-16T22:35:53+00:00"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
{
|
2018-12-19 09:55:30 +01:00
|
|
|
"name": "byjg/migration",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "4.0.3",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2018-12-19 09:55:30 +01:00
|
|
|
"url": "https://github.com/byjg/migration.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "a79949d9164523e2ecd0501a547de450fea3bb2c"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/byjg/migration/zipball/a79949d9164523e2ecd0501a547de450fea3bb2c",
|
|
|
|
"reference": "a79949d9164523e2ecd0501a547de450fea3bb2c",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"byjg/anydataset-db": "4.0.*",
|
|
|
|
"ext-pdo": "*"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-06-15 00:23:27 +02:00
|
|
|
"phpunit/phpunit": "5.7.*|7.4.*"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2018-12-19 09:55:30 +01:00
|
|
|
"ByJG\\DbMigration\\": "src/"
|
2018-11-12 03:08:33 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
2018-12-19 09:55:30 +01:00
|
|
|
"MIT"
|
2018-11-12 03:08:33 +01:00
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "jg",
|
|
|
|
"email": "joao@byjg.com.br"
|
2018-12-19 09:55:30 +01:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "Simple library in PHP for database version control. Supports Sqlite, MySql, Sql Server and Postgres.",
|
2020-06-15 00:23:27 +02:00
|
|
|
"time": "2020-04-02T05:58:29+00:00"
|
2018-12-19 09:55:30 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "byjg/serializer",
|
|
|
|
"version": "1.0.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/byjg/serializer.git",
|
|
|
|
"reference": "229882fbe5efe0edf195937a39aa2d48912a3f8d"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/byjg/serializer/zipball/229882fbe5efe0edf195937a39aa2d48912a3f8d",
|
|
|
|
"reference": "229882fbe5efe0edf195937a39aa2d48912a3f8d",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-json": "*",
|
|
|
|
"php": ">=5.5"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": ">5.7"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"ext-curl": "*"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"ByJG\\Serializer\\": "src/",
|
|
|
|
"Tests\\": "tests"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
2018-11-12 03:08:33 +01:00
|
|
|
{
|
2018-12-19 09:55:30 +01:00
|
|
|
"name": "João Gilberto Magalhães",
|
|
|
|
"email": "joao@byjg.com.br"
|
2018-11-12 03:08:33 +01:00
|
|
|
}
|
|
|
|
],
|
2018-12-19 09:55:30 +01:00
|
|
|
"description": "Serialize any object into array and format it JSON or XML",
|
|
|
|
"time": "2018-03-09T05:59:31+00:00"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "byjg/uri",
|
|
|
|
"version": "1.0.4",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/byjg/uri.git",
|
|
|
|
"reference": "d252f70ca1f866e3c1c33d56c284c1d9da481959"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/byjg/uri/zipball/d252f70ca1f866e3c1c33d56c284c1d9da481959",
|
|
|
|
"reference": "d252f70ca1f866e3c1c33d56c284c1d9da481959",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0",
|
|
|
|
"psr/http-message": "~1.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": ">5.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"ByJG\\Util\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "João Gilberto Magalhães",
|
|
|
|
"email": "joao@byjg.com.br"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "An implementation of PSR UriInterface ",
|
|
|
|
"time": "2018-03-09T01:56:58+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "byjg/webrequest",
|
|
|
|
"version": "1.0.7",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/byjg/webrequest.git",
|
|
|
|
"reference": "a307e4e21525c9dc0f116b5cf8657318ef2a44e8"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/byjg/webrequest/zipball/a307e4e21525c9dc0f116b5cf8657318ef2a44e8",
|
|
|
|
"reference": "a307e4e21525c9dc0f116b5cf8657318ef2a44e8",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"ext-curl": "*",
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": ">5.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"ByJG\\Util\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "João Gilberto Magalhães",
|
|
|
|
"email": "joao@byjg.com.br"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A lightweight and highly customized CURL wrapper for making RESt calls and a wrapper for call dynamically SOAP requests.",
|
|
|
|
"time": "2018-03-09T02:53:33+00:00"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "byjg/xmlutil",
|
|
|
|
"version": "1.0.6",
|
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/byjg/xmlutil.git",
|
|
|
|
"reference": "9f82339931252b7990596d07f365c765e3dbbad3"
|
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
|
|
|
"url": "https://api.github.com/repos/byjg/xmlutil/zipball/9f82339931252b7990596d07f365c765e3dbbad3",
|
|
|
|
"reference": "9f82339931252b7990596d07f365c765e3dbbad3",
|
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": ">5.7"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"ByJG\\Util\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "João Gilberto Magalhães",
|
|
|
|
"email": "joao@byjg.com.br"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A utility class to make easy work with XML in PHP.",
|
|
|
|
"time": "2018-03-10T14:43:36+00:00"
|
|
|
|
},
|
|
|
|
{
|
2020-06-15 00:23:27 +02:00
|
|
|
"name": "doctrine/instantiator",
|
|
|
|
"version": "1.3.1",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
|
|
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/f350df0268e904597e3bd9c4685c53e0e333feea",
|
|
|
|
"reference": "f350df0268e904597e3bd9c4685c53e0e333feea",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
2020-06-15 00:23:27 +02:00
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"doctrine/coding-standard": "^6.0",
|
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-phar": "*",
|
|
|
|
"phpbench/phpbench": "^0.13",
|
|
|
|
"phpstan/phpstan-phpunit": "^0.11",
|
|
|
|
"phpstan/phpstan-shim": "^0.11",
|
|
|
|
"phpunit/phpunit": "^7.0"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"type": "library",
|
2020-06-15 00:23:27 +02:00
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.2.x-dev"
|
|
|
|
}
|
|
|
|
},
|
2018-11-12 03:08:33 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-06-15 00:23:27 +02:00
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
2018-11-12 03:08:33 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
2020-06-15 00:23:27 +02:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Marco Pivetta",
|
|
|
|
"email": "ocramius@gmail.com",
|
|
|
|
"homepage": "http://ocramius.github.com/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
|
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
|
|
"keywords": [
|
|
|
|
"constructor",
|
|
|
|
"instantiate"
|
|
|
|
],
|
|
|
|
"time": "2020-05-29T17:27:14+00:00"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "fxp/composer-asset-plugin",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "v1.4.6",
|
2018-11-12 03:08:33 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/fxpio/composer-asset-plugin.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "886ece037849d3935c5a34cdcd984e46f2de5fae"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/fxpio/composer-asset-plugin/zipball/886ece037849d3935c5a34cdcd984e46f2de5fae",
|
|
|
|
"reference": "886ece037849d3935c5a34cdcd984e46f2de5fae",
|
2018-11-12 03:08:33 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"composer-plugin-api": "^1.0",
|
|
|
|
"php": ">=5.3.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"composer/composer": "^1.6.0"
|
|
|
|
},
|
|
|
|
"type": "composer-plugin",
|
|
|
|
"extra": {
|
|
|
|
"class": "Fxp\\Composer\\AssetPlugin\\FxpAssetPlugin",
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-master": "1.4-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Fxp\\Composer\\AssetPlugin\\": ""
|
|
|
|
},
|
|
|
|
"exclude-from-classmap": [
|
|
|
|
"/Tests/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "François Pluchino",
|
|
|
|
"email": "francois.pluchino@gmail.com"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "NPM/Bower Dependency Manager for Composer",
|
|
|
|
"homepage": "https://github.com/fxpio/composer-asset-plugin",
|
|
|
|
"keywords": [
|
|
|
|
"asset",
|
|
|
|
"bower",
|
|
|
|
"composer",
|
|
|
|
"dependency manager",
|
|
|
|
"nodejs",
|
|
|
|
"npm",
|
|
|
|
"package"
|
|
|
|
],
|
2020-06-15 00:23:27 +02:00
|
|
|
"time": "2019-08-08T18:36:07+00:00"
|
2018-11-12 03:08:33 +01:00
|
|
|
},
|
2018-11-16 05:40:07 +01:00
|
|
|
{
|
|
|
|
"name": "gettext/gettext",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "v4.8.2",
|
2018-11-16 05:40:07 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-06-14 21:12:50 +02:00
|
|
|
"url": "https://github.com/php-gettext/Gettext.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a"
|
2018-11-16 05:40:07 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/php-gettext/Gettext/zipball/e474f872f2c8636cf53fd283ec4ce1218f3d236a",
|
|
|
|
"reference": "e474f872f2c8636cf53fd283ec4ce1218f3d236a",
|
2018-11-16 05:40:07 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"gettext/languages": "^2.3",
|
|
|
|
"php": ">=5.4.0"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"illuminate/view": "*",
|
|
|
|
"phpunit/phpunit": "^4.8|^5.7|^6.5",
|
|
|
|
"squizlabs/php_codesniffer": "^3.0",
|
|
|
|
"symfony/yaml": "~2",
|
|
|
|
"twig/extensions": "*",
|
|
|
|
"twig/twig": "^1.31|^2.0"
|
|
|
|
},
|
|
|
|
"suggest": {
|
|
|
|
"illuminate/view": "Is necessary if you want to use the Blade extractor",
|
|
|
|
"symfony/yaml": "Is necessary if you want to use the Yaml extractor/generator",
|
|
|
|
"twig/extensions": "Is necessary if you want to use the Twig extractor",
|
|
|
|
"twig/twig": "Is necessary if you want to use the Twig extractor"
|
|
|
|
},
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Gettext\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Oscar Otero",
|
|
|
|
"email": "oom@oscarotero.com",
|
|
|
|
"homepage": "http://oscarotero.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "PHP gettext manager",
|
|
|
|
"homepage": "https://github.com/oscarotero/Gettext",
|
|
|
|
"keywords": [
|
|
|
|
"JS",
|
|
|
|
"gettext",
|
|
|
|
"i18n",
|
|
|
|
"mo",
|
|
|
|
"po",
|
|
|
|
"translation"
|
|
|
|
],
|
2020-06-15 00:23:27 +02:00
|
|
|
"time": "2019-12-02T10:21:14+00:00"
|
2018-11-16 05:40:07 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gettext/languages",
|
2020-06-15 00:23:27 +02:00
|
|
|
"version": "2.6.0",
|
2018-11-16 05:40:07 +01:00
|
|
|
"source": {
|
|
|
|
"type": "git",
|
2020-06-14 21:12:50 +02:00
|
|
|
"url": "https://github.com/php-gettext/Languages.git",
|
2020-06-15 00:23:27 +02:00
|
|
|
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618"
|
2018-11-16 05:40:07 +01:00
|
|
|
},
|
|
|
|
"dist": {
|
|
|
|
"type": "zip",
|
2020-06-15 00:23:27 +02:00
|
|
|
"url": "https://api.github.com/repos/php-gettext/Languages/zipball/38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
|
|
|
"reference": "38ea0482f649e0802e475f0ed19fa993bcb7a618",
|
2018-11-16 05:40:07 +01:00
|
|
|
"shasum": ""
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"php": ">=5.3"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-06-15 00:23:27 +02:00
|
|
|
"friendsofphp/php-cs-fixer": "^2.16.0",
|
|
|
|
"phpunit/phpunit": "^4.8 || ^5.7 || ^6.5 || ^7.5 || ^8.4"
|
2018-11-16 05:40:07 +01:00
|
|
|
},
|
|
|
|
"bin": [
|
2020-06-15 00:23:27 +02:00
|
|
|
"bin/export-plural-rules"
|
2018-11-16 05:40:07 +01:00
|
|
|
],
|
|
|
|
"type": "library",
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Gettext\\Languages\\": "src/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
|
"license": [
|
|
|
|
"MIT"
|
|
|
|
],
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Michele Locati",
|
|
|
|
"email": "mlocati@gmail.com",
|
|
|
|
"role": "Developer"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"description": "gettext languages with plural rules",
|
2020-06-15 00:23:27 +02:00
|
|
|
"homepage": "https://github.com/php-gettext/Languages",
|
2018-11-16 05:40:07 +01:00
|
|
|
"keywords": [
|
|
|
|
"cldr",
|
|
|
|
"i18n",
|
|
|
|
"internationalization",
|
|
|
|
"l10n",
|
|
|
|
"language",
|
|
|
|
"languages",
|
|
|
|
"localization",
|
|
|
|
"php",
|
|
|
|
"plural",
|
|
|
|
"plural rules",
|
|
|
|
"plurals",
|
|
|
|
"translate",
|
|
|
|
"translations",
|
|
|
|
"unicode"
|
|
|
|
],
|
|