Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-17 05:18:10 +0300
committerGitHub <noreply@github.com>2020-05-17 05:18:10 +0300
commit39f7d0c3ac75b96c92b74bf809fc0903d5c09764 (patch)
treeeafb1b034128a82554d06ba50f44b2ab454ff46c
parent2acbf3147158c2af088725106f6fd0cc23c9ad65 (diff)
Bump php-ai/php-ml from 0.8.0 to 0.9.0
Bumps [php-ai/php-ml](https://github.com/php-ai/php-ml) from 0.8.0 to 0.9.0. - [Release notes](https://github.com/php-ai/php-ml/releases) - [Changelog](https://github.com/php-ai/php-ml/blob/master/CHANGELOG.md) - [Commits](https://github.com/php-ai/php-ml/compare/0.8.0...0.9.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--composer.json2
-rw-r--r--composer.lock27
2 files changed, 14 insertions, 15 deletions
diff --git a/composer.json b/composer.json
index 970807d92..9621dc216 100644
--- a/composer.json
+++ b/composer.json
@@ -39,7 +39,7 @@
"pear-pear.horde.org/horde_util": "^2.5.8@stable",
"pear-pear.horde.org/horde_smtp": "^1.9.5@stable",
"psr/log": "^1",
- "php-ai/php-ml": "^0.8.0"
+ "php-ai/php-ml": "^0.9.0"
},
"require-dev": {
"roave/security-advisories": "dev-master",
diff --git a/composer.lock b/composer.lock
index a5fa1d448..c84e87a68 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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": "9d79433615022d8b2ddea57f1fffbd8b",
+ "content-hash": "ab5df23f5e6aa039abbb5dc1cdb9de2d",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -1096,29 +1096,28 @@
},
{
"name": "php-ai/php-ml",
- "version": "0.8.0",
+ "version": "0.9.0",
"source": {
"type": "git",
"url": "https://github.com/php-ai/php-ml.git",
- "reference": "5e02b893e904761cd7e2415b11778cd421494c07"
+ "reference": "aae3005aa784ab55ad465d8ce0b25621bb343d7a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-ai/php-ml/zipball/5e02b893e904761cd7e2415b11778cd421494c07",
- "reference": "5e02b893e904761cd7e2415b11778cd421494c07",
+ "url": "https://api.github.com/repos/php-ai/php-ml/zipball/aae3005aa784ab55ad465d8ce0b25621bb343d7a",
+ "reference": "aae3005aa784ab55ad465d8ce0b25621bb343d7a",
"shasum": ""
},
"require": {
- "php": "^7.1"
+ "php": "^7.2"
},
"require-dev": {
- "phpbench/phpbench": "^0.14.0",
- "phpstan/phpstan-phpunit": "^0.10",
- "phpstan/phpstan-shim": "^0.10",
- "phpstan/phpstan-strict-rules": "^0.10",
- "phpunit/phpunit": "^7.0.0",
- "symplify/coding-standard": "^5.1",
- "symplify/easy-coding-standard": "^5.1"
+ "phpbench/phpbench": "^0.16.0",
+ "phpstan/phpstan": "^0.12",
+ "phpstan/phpstan-phpunit": "^0.12",
+ "phpstan/phpstan-strict-rules": "^0.12",
+ "phpunit/phpunit": "^8.0",
+ "symplify/easy-coding-standard": "^6.0"
},
"type": "library",
"autoload": {
@@ -1147,7 +1146,7 @@
"machine learning",
"pattern recognition"
],
- "time": "2019-03-20T22:22:45+00:00"
+ "time": "2020-05-15T05:44:34+00:00"
},
{
"name": "psr/container",