This commit is contained in:
Mike Jolley 2019-01-08 15:57:49 +00:00
commit 7a84ca268a
4 changed files with 1264 additions and 178 deletions

View File

@ -11,7 +11,7 @@
},
"require-dev": {
"apigen/apigen": "4.1.2",
"nette/utils": "2.3.11",
"nette/utils": "2.5.3",
"phpunit/phpunit": "6.5.13",
"woocommerce/woocommerce-git-hooks": "*",
"woocommerce/woocommerce-sniffs": "0.0.5"

43
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "328576a4b89a433502bd3366ca4f7326",
"content-hash": "8ae70082c19fd9dc36d6a9ebccf6a3e2",
"packages": [
{
"name": "composer/installers",
@ -1761,26 +1761,27 @@
},
{
"name": "nette/utils",
"version": "v2.3.11",
"version": "v2.5.3",
"source": {
"type": "git",
"url": "https://github.com/nette/utils.git",
"reference": "f213ad4d9dfb7221322bd2808e2004b61c8ece8e"
"reference": "17b9f76f2abd0c943adfb556e56f2165460b15ce"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/f213ad4d9dfb7221322bd2808e2004b61c8ece8e",
"reference": "f213ad4d9dfb7221322bd2808e2004b61c8ece8e",
"url": "https://api.github.com/repos/nette/utils/zipball/17b9f76f2abd0c943adfb556e56f2165460b15ce",
"reference": "17b9f76f2abd0c943adfb556e56f2165460b15ce",
"shasum": ""
},
"require": {
"php": ">=5.3.1"
"php": ">=5.6.0"
},
"conflict": {
"nette/nette": "<2.2"
},
"require-dev": {
"nette/tester": "~1.0"
"nette/tester": "~2.0",
"tracy/tracy": "^2.3"
},
"suggest": {
"ext-gd": "to use Image",
@ -1791,9 +1792,17 @@
"ext-xml": "to use Strings::length() etc. when mbstring is not available"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.5-dev"
}
},
"autoload": {
"classmap": [
"src/"
],
"files": [
"src/loader.php"
]
},
"notification-url": "https://packagist.org/downloads/",
@ -1812,9 +1821,25 @@
"homepage": "https://nette.org/contributors"
}
],
"description": "Nette Utility Classes",
"description": "🛠 Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
"homepage": "https://nette.org",
"time": "2016-12-12T12:20:10+00:00"
"keywords": [
"array",
"core",
"datetime",
"images",
"json",
"nette",
"paginator",
"password",
"slugify",
"string",
"unicode",
"utf-8",
"utility",
"validation"
],
"time": "2018-09-18T10:22:16+00:00"
},
{
"name": "phar-io/manifest",

1395
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -52,7 +52,7 @@
"istanbul": "1.0.0-alpha.2",
"mocha": "5.2.0",
"prettier": "github:automattic/calypso-prettier#c56b4251",
"stylelint": "9.2.1",
"stylelint": "9.9.0",
"wc-e2e-page-objects": "0.10.0"
},
"engines": {