updated composer dependencies

This commit is contained in:
Dylan K. Taylor 2020-02-01 22:59:52 +00:00
parent 3df9aaa916
commit 1b50a2d8d4

13
composer.lock generated
View File

@ -518,22 +518,25 @@
}, },
{ {
"name": "pocketmine/snooze", "name": "pocketmine/snooze",
"version": "0.1.1", "version": "0.1.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pmmp/Snooze.git", "url": "https://github.com/pmmp/Snooze.git",
"reference": "b7bd231bdb75e69300cac89ccd515fc731c38c40" "reference": "88420da3d9335dbcb3ee2decfd5e5453d057dcdf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pmmp/Snooze/zipball/b7bd231bdb75e69300cac89ccd515fc731c38c40", "url": "https://api.github.com/repos/pmmp/Snooze/zipball/88420da3d9335dbcb3ee2decfd5e5453d057dcdf",
"reference": "b7bd231bdb75e69300cac89ccd515fc731c38c40", "reference": "88420da3d9335dbcb3ee2decfd5e5453d057dcdf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-pthreads": ">=3.1.7dev", "ext-pthreads": ">=3.1.7dev",
"php-64bit": ">=7.2.0" "php-64bit": ">=7.2.0"
}, },
"require-dev": {
"phpstan/phpstan": "^0.12.8"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
@ -545,7 +548,7 @@
"LGPL-3.0" "LGPL-3.0"
], ],
"description": "Thread notification management library for code using the pthreads extension", "description": "Thread notification management library for code using the pthreads extension",
"time": "2019-01-04T15:54:45+00:00" "time": "2020-01-28T19:08:10+00:00"
}, },
{ {
"name": "pocketmine/spl", "name": "pocketmine/spl",