{ "_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" ], "content-hash": "83de215ad9131c405ffcbde629a7240b", "packages": [ { "name": "askupa-software/amarkal-admin-notification", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/amarkal/amarkal-admin-notification.git", "reference": "c8869f12628a9a57dbc972de64a5f6e0e4cc9fed" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/amarkal/amarkal-admin-notification/zipball/c8869f12628a9a57dbc972de64a5f6e0e4cc9fed", "reference": "c8869f12628a9a57dbc972de64a5f6e0e4cc9fed", "shasum": "" }, "require": { "php": ">=5.3.0" }, "type": "wordpress", "autoload": { "psr-4": { "Amarkal\\Admin\\": "" }, "files": [ "composer.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "GPL-3.0" ], "authors": [ { "name": "Askupa Software", "email": "hello@askupasoftware.com" } ], "description": "Add static/dismissible admin notifications to WordPress", "homepage": "https://github.com/amarkal/amarkal-admin-notification", "keywords": [ "framework", "notices", "wordpress" ], "time": "2017-12-24T21:40:31+00:00" }, { "name": "hynotech/usos-generales", "version": "dev-master", "source": { "type": "git", "url": "https://AntonySalas@bitbucket.org/hynotech/usos-generales.git", "reference": "faea37f260d67a1a710100d2338a2950197e6f8a" }, "require": { "php": ">=5.3.0" }, "type": "library", "autoload": { "psr-4": { "HynoTech\\UsosGenerales\\": "src/" } }, "license": [ "Unlicense" ], "authors": [ { "name": "Antonio Salas H.", "email": "antony.salas@gmail.com", "homepage": "https://www.linkedin.com/in/antonysalas/" } ], "description": "Este proyecto es para implementar utilidades comunes para los plugins que se vayan a crear, utilidades que podran ser implementados en los plugis de manera simple y sencilla.", "keywords": [ "api", "class", "client", "curl", "framework", "http", "http client", "json", "php", "requests", "rest", "restful", "web service", "xml" ], "time": "2018-02-25T06:12:08+00:00" }, { "name": "nesbot/carbon", "version": "1.19.0", "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320", "reference": "68868e0b02d2d803d0052a59d4e5003cccf87320", "shasum": "" }, "require": { "php": ">=5.3.0", "symfony/translation": "~2.6" }, "require-dev": { "phpunit/phpunit": "~4.0" }, "type": "library", "autoload": { "psr-0": { "Carbon": "src" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Brian Nesbitt", "email": "brian@nesbot.com", "homepage": "http://nesbot.com" } ], "description": "A simple API extension for DateTime.", "homepage": "http://carbon.nesbot.com", "keywords": [ "date", "datetime", "time" ], "time": "2015-05-09T03:23:44+00:00" }, { "name": "php-curl-class/php-curl-class", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/php-curl-class/php-curl-class.git", "reference": "0f790e77b64d3d6547036240f643202b0596f5cc" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/0f790e77b64d3d6547036240f643202b0596f5cc", "reference": "0f790e77b64d3d6547036240f643202b0596f5cc", "shasum": "" }, "require": { "ext-curl": "*", "ext-mbstring": "*", "php": ">=5.3" }, "require-dev": { "ext-gd": "*", "phpunit/phpunit": "*", "squizlabs/php_codesniffer": "*" }, "type": "library", "autoload": { "psr-4": { "Curl\\": "src/Curl/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "Unlicense" ], "authors": [ { "name": "Zach Borboa" } ], "description": "PHP Curl Class makes it easy to send HTTP requests and integrate with web APIs.", "homepage": "https://github.com/php-curl-class/php-curl-class", "keywords": [ "API-Client", "api", "class", "client", "curl", "framework", "http", "http-client", "http-proxy", "json", "php", "php-curl", "php-curl-library", "proxy", "requests", "restful", "web-scraper", "web-service", "xml" ], "time": "2018-10-02T06:54:52+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.9.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/d0cd638f4634c16d8df4508e847f14e9e43168b8", "reference": "d0cd638f4634c16d8df4508e847f14e9e43168b8", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.9-dev" } }, "autoload": { "psr-4": { "Symfony\\Polyfill\\Mbstring\\": "" }, "files": [ "bootstrap.php" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Nicolas Grekas", "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony polyfill for the Mbstring extension", "homepage": "https://symfony.com", "keywords": [ "compatibility", "mbstring", "polyfill", "portable", "shim" ], "time": "2018-08-06T14:22:27+00:00" }, { "name": "symfony/translation", "version": "v2.8.46", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "59b4debd89c156fd753343fcc1ca36aa5bc2d0f4" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/59b4debd89c156fd753343fcc1ca36aa5bc2d0f4", "reference": "59b4debd89c156fd753343fcc1ca36aa5bc2d0f4", "shasum": "" }, "require": { "php": ">=5.3.9", "symfony/polyfill-mbstring": "~1.0" }, "conflict": { "symfony/config": "<2.7" }, "require-dev": { "psr/log": "~1.0", "symfony/config": "~2.8", "symfony/intl": "~2.7.25|^2.8.18|~3.2.5", "symfony/yaml": "~2.2|~3.0.0" }, "suggest": { "psr/log-implementation": "To use logging capability in translator", "symfony/config": "", "symfony/yaml": "" }, "type": "library", "extra": { "branch-alias": { "dev-master": "2.8-dev" } }, "autoload": { "psr-4": { "Symfony\\Component\\Translation\\": "" }, "exclude-from-classmap": [ "/Tests/" ] }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Fabien Potencier", "email": "fabien@symfony.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], "description": "Symfony Translation Component", "homepage": "https://symfony.com", "time": "2018-09-21T12:46:38+00:00" } ], "packages-dev": [ { "name": "kint-php/kint", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/kint-php/kint.git", "reference": "6b4b95f5cd516b9c37c58fbb712b9c5c528752f3" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kint-php/kint/zipball/6b4b95f5cd516b9c37c58fbb712b9c5c528752f3", "reference": "6b4b95f5cd516b9c37c58fbb712b9c5c528752f3", "shasum": "" }, "require": { "php": ">=5.3.6" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpunit/phpunit": "^4.0", "seld/phar-utils": "^1.0", "symfony/finder": "^2.0 || ^3.0 || ^4.0", "vimeo/psalm": "^2.0" }, "suggest": { "ext-ctype": "Simple data type tests", "ext-iconv": "Provides fallback detection for ambiguous legacy string encodings such as the Windows and ISO 8859 code pages", "ext-mbstring": "Provides string encoding detection", "kint-php/kint-js": "Provides a simplified dump to console.log()", "kint-php/kint-twig": "Provides d() and s() functions in twig templates", "symfony/polyfill-ctype": "Replacement for ext-ctype if missing", "symfony/polyfill-iconv": "Replacement for ext-iconv if missing", "symfony/polyfill-mbstring": "Replacement for ext-mbstring if missing" }, "type": "library", "autoload": { "files": [ "init.php" ], "psr-4": { "Kint\\": "src/" } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ { "name": "Rokas Šleinius", "homepage": "https://github.com/raveren" }, { "name": "Jonathan Vollebregt", "homepage": "https://github.com/jnvsor" }, { "name": "Contributors", "homepage": "https://github.com/kint-php/kint/graphs/contributors" } ], "description": "Kint - debugging tool for PHP developers", "homepage": "https://kint-php.github.io/kint/", "keywords": [ "debug", "kint", "php" ], "time": "2018-09-30T08:05:18+00:00" } ], "aliases": [], "minimum-stability": "stable", "stability-flags": { "hynotech/usos-generales": 20, "askupa-software/amarkal-admin-notification": 20, "php-curl-class/php-curl-class": 20, "kint-php/kint": 20 }, "prefer-stable": false, "prefer-lowest": false, "platform": [], "platform-dev": [] }