Unverified Kaydet (Commit) ee1790f4 authored tarafından Mert ÇELEN's avatar Mert ÇELEN Kaydeden (comit) GitHub

Merge pull request #115 from limanmys/1.5-dev

TeamCity fixes.
......@@ -8,16 +8,16 @@
"packages": [
{
"name": "ankitpokhrel/tus-php",
"version": "v1.3.0",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/ankitpokhrel/tus-php.git",
"reference": "0c548f0ce9d5d83b429e8f7daaad8560f0486276"
"reference": "1d1317ba06f1a3511a56935d5f07860f53e69cfe"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ankitpokhrel/tus-php/zipball/0c548f0ce9d5d83b429e8f7daaad8560f0486276",
"reference": "0c548f0ce9d5d83b429e8f7daaad8560f0486276",
"url": "https://api.github.com/repos/ankitpokhrel/tus-php/zipball/1d1317ba06f1a3511a56935d5f07860f53e69cfe",
"reference": "1d1317ba06f1a3511a56935d5f07860f53e69cfe",
"shasum": ""
},
"require": {
......@@ -59,7 +59,7 @@
"description": "A pure PHP server and client for the tus resumable upload protocol v1.0.0",
"support": {
"issues": "https://github.com/ankitpokhrel/tus-php/issues",
"source": "https://github.com/ankitpokhrel/tus-php/tree/v1.3.0"
"source": "https://github.com/ankitpokhrel/tus-php/tree/v1.3.1"
},
"funding": [
{
......@@ -67,7 +67,7 @@
"type": "custom"
}
],
"time": "2020-11-27T09:51:48+00:00"
"time": "2020-12-15T09:08:32+00:00"
},
{
"name": "beyondcode/laravel-websockets",
......@@ -2305,16 +2305,16 @@
},
{
"name": "phpseclib/phpseclib",
"version": "2.0.29",
"version": "2.0.30",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
"reference": "497856a8d997f640b4a516062f84228a772a48a8"
"reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/497856a8d997f640b4a516062f84228a772a48a8",
"reference": "497856a8d997f640b4a516062f84228a772a48a8",
"url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
"reference": "136b9ca7eebef78be14abf90d65c5e57b6bc5d36",
"shasum": ""
},
"require": {
......@@ -2322,7 +2322,7 @@
},
"require-dev": {
"phing/phing": "~2.7",
"phpunit/phpunit": "^4.8.35|^5.7|^6.0",
"phpunit/phpunit": "^4.8.35|^5.7|^6.0|^9.4",
"squizlabs/php_codesniffer": "~2.0"
},
"suggest": {
......@@ -2394,7 +2394,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
"source": "https://github.com/phpseclib/phpseclib/tree/2.0"
"source": "https://github.com/phpseclib/phpseclib/tree/2.0.30"
},
"funding": [
{
......@@ -2410,7 +2410,7 @@
"type": "tidelift"
}
],
"time": "2020-09-08T04:24:43+00:00"
"time": "2020-12-17T05:42:04+00:00"
},
{
"name": "predis/predis",
......
......@@ -76,3 +76,4 @@ Depends: curl, gpg, zip, unzip, nginx, redis, php-redis, php7.3-fpm, php7.3-curl
cat DEBIAN/control
cd ../
dpkg-deb -Zgzip --build package
rm -rf package
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment