From 999780bfd5fed2dcd4e384349d6bcd6a5d58c5b4 Mon Sep 17 00:00:00 2001 From: "Marco A. Nina Mena" Date: Mon, 30 Nov 2015 16:44:53 -0400 Subject: [PATCH] PM-4246 El archivo composer.lock no se encuentra actualizado. - Se cambio composer.json para la version 3.0.1.7 - Se adiciono el composer.lock --- composer.json | 44 +++-- composer.lock | 511 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 535 insertions(+), 20 deletions(-) create mode 100644 composer.lock diff --git a/composer.json b/composer.json index a7b5d2a83..496348d51 100644 --- a/composer.json +++ b/composer.json @@ -1,39 +1,43 @@ { "name": "processmaker/processmaker", "description": "BPM PHP Software", - "keywords": ["php bpm processmaker"], + "keywords": [ + "php bpm processmaker" + ], "homepage": "http://processmaker.com", "license": "GNU Affero General Public License version 3", - "repositories": [ { - "packagist": false + "type": "composer", + "url": "http://packagist.org/" }, { - "type": "composer", - "url": "http://composer-public.colosa.net/" + "type": "git", + "url": "git@bitbucket.org:colosa/pmdynaform.git" }, { - "type": "composer", - "url": "http://composer.colosa.net/" + "type": "git", + "url": "git@bitbucket.org:colosa/michelangelofe.git" + }, + { + "type": "git", + "url": "git@bitbucket.org:colosa/pmui.git" } - ], - - "minimum-stability": "stable", + ], + "minimum-stability": "dev", "prefer-stable": true, - "require": { - "luracast/restler" : "3.0.0", + "luracast/restler": "3.0.0", "bshaffer/oauth2-server-php": "v1.0", - "jquery/jquery": "1.10.2", - "underscore/underscore": "1.5.2", - "colosa/pmUI": "dev-master", - "colosa/MichelangeloFE": "dev-master", - "colosa/pmdynaform": "dev-master", + "components/jquery": "1.10.2", + "components/underscore": "1.5.2", + "colosa/pmUI": "3.0.1.7-dev", + "colosa/MichelangeloFE": "3.0.1.7-dev", + "colosa/pmdynaform": "3.0.1.7-dev", "google/apiclient": "1.1.*" }, - "require-dev":{ - "guzzle/guzzle":"~3.1.1", - "behat/behat":"2.4.*@stable" + "require-dev": { + "guzzle/guzzle": "~3.1.1", + "behat/behat": "2.4.*@stable" } } diff --git a/composer.lock b/composer.lock new file mode 100644 index 000000000..4db107350 --- /dev/null +++ b/composer.lock @@ -0,0 +1,511 @@ +{ + "_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" + ], + "hash": "8d5b316bd9a6767c3a14df6e20a1e531", + "content-hash": "248a96972f9ef0490504b8cba6c6476e", + "packages": [ + { + "name": "bshaffer/oauth2-server-php", + "version": "v1.0", + "source": { + "type": "git", + "url": "https://github.com/bshaffer/oauth2-server-php.git", + "reference": "7abe692c57d8f11026556036ee59575f8b0d328e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bshaffer/oauth2-server-php/zipball/7abe692c57d8f11026556036ee59575f8b0d328e", + "reference": "7abe692c57d8f11026556036ee59575f8b0d328e", + "shasum": "" + }, + "require": { + "php": ">=5.2.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "OAuth2": "src/" + } + }, + "notification-url": "http://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Brent Shaffer", + "email": "bshafs@gmail.com", + "homepage": "http://github.com/bshaffer" + } + ], + "description": "OAuth2 Server for PHP", + "homepage": "http://github.com/bshaffer/oauth2-server-php", + "keywords": [ + "auth", + "oauth", + "oauth2" + ], + "time": "2013-08-12 16:35:58" + }, + { + "name": "colosa/MichelangeloFE", + "version": "3.0.1.7-dev", + "source": { + "type": "git", + "url": "git@bitbucket.org:colosa/michelangelofe.git", + "reference": "20f3999a96b24741ba2ae9729659f54365d3efb0" + }, + "require": { + "colosa/pmui": "3.0.1.7-dev" + }, + "type": "library", + "description": "ProcessMaker Michelangelo Front End", + "homepage": "http://processmaker.com", + "keywords": [ + "js app ProcessMaker" + ], + "time": "2015-11-30 20:02:25" + }, + { + "name": "colosa/pmDynaform", + "version": "3.0.1.7-dev", + "source": { + "type": "git", + "url": "git@bitbucket.org:colosa/pmdynaform.git", + "reference": "60b72a7d7d343098dbf2fef9d9eabc8ee4c43902" + }, + "type": "library", + "description": "JS Library to render ProcessMaker Dynaforms", + "homepage": "http://processmaker.com", + "keywords": [ + "js lib ProcessMaker Dynaforms" + ], + "time": "2015-11-30 19:00:36" + }, + { + "name": "colosa/pmUI", + "version": "3.0.1.7-dev", + "source": { + "type": "git", + "url": "git@bitbucket.org:colosa/pmui.git", + "reference": "4b43a3747d8e70788c1163b166d08e5ae81f968d" + }, + "type": "library", + "description": "JS UI Library", + "homepage": "http://processmaker.com", + "keywords": [ + "js lib ProcessMaker UI" + ], + "time": "2015-11-25 14:03:05" + }, + { + "name": "components/jquery", + "version": "1.10.2", + "source": { + "type": "git", + "url": "https://github.com/components/jquery.git", + "reference": "ad7a8ef49a8558e149b569180d36c3c632a444db" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/components/jquery/zipball/ad7a8ef49a8558e149b569180d36c3c632a444db", + "reference": "ad7a8ef49a8558e149b569180d36c3c632a444db", + "shasum": "" + }, + "require": { + "robloach/component-installer": "*" + }, + "type": "component", + "extra": { + "component": { + "scripts": [ + "jquery.js" + ], + "files": [ + "jquery.min.js", + "jquery-migrate.js", + "jquery-migrate.min.js", + "jquery.min.map" + ] + } + }, + "notification-url": "http://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Resig", + "email": "jeresig@gmail.com" + } + ], + "description": "jQuery JavaScript Library", + "homepage": "http://jquery.com", + "time": "2014-10-11 11:50:53" + }, + { + "name": "components/underscore", + "version": "1.5.2", + "source": { + "type": "git", + "url": "https://github.com/components/underscore.git", + "reference": "38a139ff4aee2c57413aa4611137563474c45ac7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/components/underscore/zipball/38a139ff4aee2c57413aa4611137563474c45ac7", + "reference": "38a139ff4aee2c57413aa4611137563474c45ac7", + "shasum": "" + }, + "require": { + "robloach/component-installer": "*" + }, + "type": "component", + "extra": { + "component": { + "scripts": [ + "underscore.js" + ], + "files": [ + "underscore-min.js" + ], + "shim": { + "exports": "_" + } + } + }, + "notification-url": "http://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jeremy Ashkenas", + "email": "jeremy@documentcloud.org" + } + ], + "description": "JavaScript's functional programming helper library.", + "homepage": "http://underscorejs.org", + "keywords": [ + "browser", + "client", + "functional", + "server", + "util" + ], + "time": "2013-10-24 06:09:45" + }, + { + "name": "google/apiclient", + "version": "1.1.6", + "source": { + "type": "git", + "url": "https://github.com/google/google-api-php-client.git", + "reference": "a25dc9d5c109ebb02945ba1ff6336cc937c27628" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/google/google-api-php-client/zipball/a25dc9d5c109ebb02945ba1ff6336cc937c27628", + "reference": "a25dc9d5c109ebb02945ba1ff6336cc937c27628", + "shasum": "" + }, + "require": { + "php": ">=5.2.1" + }, + "require-dev": { + "phpunit/phpunit": "3.7.*", + "squizlabs/php_codesniffer": "~2.3" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.1.x-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "http://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "description": "Client library for Google APIs", + "homepage": "http://developers.google.com/api-client-library/php", + "keywords": [ + "google" + ], + "time": "2015-10-16 22:11:08" + }, + { + "name": "kriswallsmith/assetic", + "version": "v1.3.2", + "source": { + "type": "git", + "url": "https://github.com/kriswallsmith/assetic.git", + "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/9928f7c4ad98b234e3559d1049abd13387f86db5", + "reference": "9928f7c4ad98b234e3559d1049abd13387f86db5", + "shasum": "" + }, + "require": { + "php": ">=5.3.1", + "symfony/process": "~2.1|~3.0" + }, + "conflict": { + "twig/twig": "<1.23" + }, + "require-dev": { + "cssmin/cssmin": "3.0.1", + "joliclic/javascript-packer": "1.1", + "kamicane/packager": "1.0", + "leafo/lessphp": "^0.3.7", + "leafo/scssphp": "~0.1", + "mrclay/minify": "~2.2", + "patchwork/jsqueeze": "~1.0|~2.0", + "phpunit/phpunit": "~4.8", + "psr/log": "~1.0", + "ptachoire/cssembed": "~1.0", + "symfony/phpunit-bridge": "~2.7|~3.0", + "twig/twig": "~1.8|~2.0" + }, + "suggest": { + "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler", + "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler", + "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin", + "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor", + "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris", + "twig/twig": "Assetic provides the integration with the Twig templating engine" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.4-dev" + } + }, + "autoload": { + "psr-0": { + "Assetic": "src/" + }, + "files": [ + "src/functions.php" + ] + }, + "notification-url": "http://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Kris Wallsmith", + "email": "kris.wallsmith@gmail.com", + "homepage": "http://kriswallsmith.net/" + } + ], + "description": "Asset Management for PHP", + "homepage": "https://github.com/kriswallsmith/assetic", + "keywords": [ + "assets", + "compression", + "minification" + ], + "time": "2015-11-12 13:51:40" + }, + { + "name": "luracast/restler", + "version": "3.0.0", + "source": { + "type": "git", + "url": "https://github.com/Luracast/Restler.git", + "reference": "1dcf910c1e1fd1ea565a537b053a66971d818e42" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/Luracast/Restler/zipball/1dcf910c1e1fd1ea565a537b053a66971d818e42", + "reference": "1dcf910c1e1fd1ea565a537b053a66971d818e42", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "conflict": { + "restler/framework": "3.*" + }, + "require-dev": { + "behat/behat": "2.5.*@stable", + "bshaffer/oauth2-server-php": "v1.0", + "guzzle/guzzle": "~3.1.1", + "illuminate/view": "4.2.*", + "luracast/explorer": "*", + "mustache/mustache": "dev-master", + "rodneyrehm/plist": "dev-master", + "symfony/yaml": "*", + "twig/twig": "v1.13.0", + "zendframework/zendamf": "dev-master" + }, + "suggest": { + "behat/behat": "Behaviour driven development testing framework (see require-dev for details)", + "bshaffer/oauth2-server-php": "Restler can provide OAuth2 authentication using this library (see require-dev for details)", + "guzzle/guzzle": "RESTful api HTTP client framework (see require-dev for details)", + "illuminate/view": "Restler can render HtmlView using laravel blade templates (see require-dev for details)", + "luracast/explorer": "Restler's very own api explorer (see require-dev for details)", + "mustache/mustache": "Restler can render HtmlView using mustache/handlebar templates (see require-dev for details)", + "rodneyrehm/plist": "Restler supports tho Apple plist xml format (see require-dev for details)", + "symfony/yaml": "Restler can produce content in yaml format as well (see require-dev for details)", + "twig/twig": "Restler can render HtmlView using twig templates (see require-dev for details)", + "zendframework/zendamf": "Support for the amf document format (see require-dev for details)" + }, + "type": "library", + "extra": { + "branch-alias": { + "v3": "v3.0.x-dev" + } + }, + "autoload": { + "psr-0": { + "Luracast\\Restler": "vendor/" + } + }, + "notification-url": "http://packagist.org/downloads/", + "license": [ + "LGPL-2.1" + ], + "authors": [ + { + "name": "Luracast", + "email": "arul@luracast.com" + }, + { + "name": "Nick nickl- Lombard", + "email": "github@jigsoft.co.za" + } + ], + "description": "Restler is a simple and effective multi-format Web API Server framework written in PHP. Just deal with your business logic in php, Restler will take care of the REST!", + "homepage": "http://luracast.com/products/restler/", + "keywords": [ + "api", + "framework", + "rest", + "server" + ], + "time": "2015-08-04 07:52:49" + }, + { + "name": "robloach/component-installer", + "version": "0.2.3", + "source": { + "type": "git", + "url": "https://github.com/RobLoach/component-installer.git", + "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/RobLoach/component-installer/zipball/908a859aa7c4949ba9ad67091e67bac10b66d3d7", + "reference": "908a859aa7c4949ba9ad67091e67bac10b66d3d7", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0", + "kriswallsmith/assetic": "1.*", + "php": ">=5.3.2" + }, + "require-dev": { + "composer/composer": "1.*@alpha", + "phpunit/phpunit": "4.*" + }, + "type": "composer-plugin", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + }, + "class": "ComponentInstaller\\ComponentInstallerPlugin" + }, + "autoload": { + "psr-0": { + "ComponentInstaller": "src/" + } + }, + "notification-url": "http://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Rob Loach", + "homepage": "http://robloach.net" + } + ], + "description": "Allows installation of Components via Composer.", + "time": "2015-08-10 12:35:38" + }, + { + "name": "symfony/process", + "version": "v2.8.0", + "source": { + "type": "git", + "url": "https://github.com/symfony/process.git", + "reference": "1b988a88e3551102f3c2d9e1d47a18c3a78d6312" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/process/zipball/1b988a88e3551102f3c2d9e1d47a18c3a78d6312", + "reference": "1b988a88e3551102f3c2d9e1d47a18c3a78d6312", + "shasum": "" + }, + "require": { + "php": ">=5.3.9" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.8-dev" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Component\\Process\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "http://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony Process Component", + "homepage": "https://symfony.com", + "time": "2015-11-30 12:35:10" + } + ], + "packages-dev": null, + "aliases": [], + "minimum-stability": "dev", + "stability-flags": { + "colosa/pmui": 20, + "colosa/michelangelofe": 20, + "colosa/pmdynaform": 20, + "behat/behat": 0 + }, + "prefer-stable": true, + "prefer-lowest": false, + "platform": [], + "platform-dev": [] +}