Skip to content
Snippets Groups Projects
Commit 07b67c5a authored by Kevin Hill's avatar Kevin Hill
Browse files

updating dependencies [ci skip]

parent b1bb90de
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -36,13 +36,13 @@
}
},
"require-dev": {
"phpunit/phpunit": "~5",
"phpunit/phpunit": "^5.7",
"justinrainbow/json-schema": "^5.2",
"mybuilder/phpunit-accelerator": "~1.1",
"mockery/mockery": "~0.9",
"squizlabs/php_codesniffer": "3.*",
"satooshi/php-coveralls": "~1.0",
"codeclimate/php-test-reporter": "~0.3"
"mybuilder/phpunit-accelerator": "^2.0",
"mockery/mockery": "^0.9",
"squizlabs/php_codesniffer": "^3.0",
"satooshi/php-coveralls": "^1.0",
"codeclimate/php-test-reporter": "^0.4.4"
},
"autoload-dev": {
"psr-4": {
Loading
Loading
@@ -53,7 +53,7 @@
"test": "phpunit -c phpunit.xml",
"cs": "phpcs --standard=PSR2 src tests",
"cbf" : "phpcbf --standard=PSR2 src tests",
"lavajs:release" : "./javascript/node_modules/.bin/gulp --cwd javascript release && git add javascript/dist/lava.js && git commit -m 'Releasing new build of the lava.js module' && git push",
"lavajs:release" : "./javascript/node_modules/.bin/gulp --cwd javascript prod && git add javascript/dist/lava.js && git commit -m 'New build of the lava.js module' && git push",
"lavajs:gulp" : "./javascript/node_modules/.bin/gulp --cwd javascript",
"lavajs:pull" : "git subtree --prefix=javascript pull lavajs master",
"lavajs:push" : "git subtree --prefix=javascript push lavajs master"
Loading
Loading
Loading
Loading
@@ -4,7 +4,7 @@
"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": "e24aa06df86214423fa23d80b5e8650f",
"content-hash": "a3b08759b8bf94bcc9b84376d867c89a",
"packages": [
{
"name": "nesbot/carbon",
Loading
Loading
@@ -61,16 +61,16 @@
},
{
"name": "symfony/polyfill-mbstring",
"version": "v1.4.0",
"version": "v1.5.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937"
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937",
"reference": "f29dca382a6485c3cbe6379f0c61230167681937",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
"reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803",
"shasum": ""
},
"require": {
Loading
Loading
@@ -82,7 +82,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.4-dev"
"dev-master": "1.5-dev"
}
},
"autoload": {
Loading
Loading
@@ -116,7 +116,7 @@
"portable",
"shim"
],
"time": "2017-06-09T14:24:12+00:00"
"time": "2017-06-14T15:44:48+00:00"
},
{
"name": "symfony/translation",
Loading
Loading
@@ -573,21 +573,21 @@
},
{
"name": "mybuilder/phpunit-accelerator",
"version": "1.2.0",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/mybuilder/phpunit-accelerator.git",
"reference": "11d4850d174257b3718f2f3ac016cb9cc66e4de7"
"reference": "b1fef62c66b7eade5a02b5d12322373e7a86fbb2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mybuilder/phpunit-accelerator/zipball/11d4850d174257b3718f2f3ac016cb9cc66e4de7",
"reference": "11d4850d174257b3718f2f3ac016cb9cc66e4de7",
"url": "https://api.github.com/repos/mybuilder/phpunit-accelerator/zipball/b1fef62c66b7eade5a02b5d12322373e7a86fbb2",
"reference": "b1fef62c66b7eade5a02b5d12322373e7a86fbb2",
"shasum": ""
},
"require": {
"php": ">=5.6",
"phpunit/phpunit": ">=4.7"
"phpunit/phpunit": ">=5.7 <7"
},
"type": "library",
"autoload": {
Loading
Loading
@@ -614,7 +614,7 @@
"phpunit",
"property"
],
"time": "2016-11-15T10:37:19+00:00"
"time": "2017-06-21T07:43:12+00:00"
},
{
"name": "myclabs/deep-copy",
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment