{ "_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": "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": "53c45a6289ba05f93250ad691b4e5f10a8c45ac6" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/php-curl-class/php-curl-class/zipball/53c45a6289ba05f93250ad691b4e5f10a8c45ac6", "reference": "53c45a6289ba05f93250ad691b4e5f10a8c45ac6", "shasum": "" }, "require": { "ext-curl": "*", "php": ">=5.3" }, "require-dev": { "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", "class", "client", "curl", "framework", "http", "http client", "json", "php", "requests", "rest", "restful", "web service", "xml" ], "time": "2018-02-14T07:12:12+00:00" }, { "name": "symfony/polyfill-mbstring", "version": "v1.7.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/78be803ce01e55d3491c1397cf1c64beb9c1b63b", "reference": "78be803ce01e55d3491c1397cf1c64beb9c1b63b", "shasum": "" }, "require": { "php": ">=5.3.3" }, "suggest": { "ext-mbstring": "For best performance" }, "type": "library", "extra": { "branch-alias": { "dev-master": "1.7-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-01-30T19:27:44+00:00" }, { "name": "symfony/translation", "version": "v2.8.34", "source": { "type": "git", "url": "https://github.com/symfony/translation.git", "reference": "72235c1121ae282254e897e342c001f3d4bb7e8d" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/symfony/translation/zipball/72235c1121ae282254e897e342c001f3d4bb7e8d", "reference": "72235c1121ae282254e897e342c001f3d4bb7e8d", "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": "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-01-18T13:56:23+00:00" } ], "packages-dev": [ { "name": "kint-php/kint", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/kint-php/kint.git", "reference": "528f9195d44637c83b64d7ed58dcf17e9c1027c5" }, "dist": { "type": "zip", "url": "https://api.github.com/repos/kint-php/kint/zipball/528f9195d44637c83b64d7ed58dcf17e9c1027c5", "reference": "528f9195d44637c83b64d7ed58dcf17e9c1027c5", "shasum": "" }, "require": { "php": ">=5.1.2" }, "require-dev": { "friendsofphp/php-cs-fixer": "^2.0", "phpunit/phpunit": "^4.0", "symfony/finder": "^2.6" }, "type": "library", "autoload": { "files": [ "init.php" ], "classmap": [ "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-01-09T18:09:44+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": [] }