Updated packages to newest versions.

This commit is contained in:
Vassyli
2020-12-21 18:12:16 +01:00
parent ff154ccbd9
commit 17b704bec4
3 changed files with 2856 additions and 1176 deletions
+3
View File
@@ -228,5 +228,8 @@ pip-log.txt
#Mr Developer
.mr.developer.cfg
dbconfig.php
composer.phar
clover.xml
.phpunit.result.cache
.php_cs.cache
+9 -8
View File
@@ -13,16 +13,17 @@
"bin/daenerys"
],
"require": {
"php": "^7.1.0",
"php": "^8.0.0",
"ext-pdo": "*",
"composer/composer": "*",
"gedmo/doctrine-extensions": "*",
"doctrine/orm": "^2.5",
"monolog/monolog": "^1.12",
"symfony/console": "^3.0|^4.0",
"symfony/yaml": "^3.0|^4.0",
"d11wtq/boris": "^1.0",
"ramsey/uuid-doctrine": "^1.5"
"doctrine/orm": "^2.8",
"doctrine/common": "^3.0",
"monolog/monolog": "*",
"symfony/console": "*",
"symfony/yaml": "*",
"d11wtq/boris": "*",
"ramsey/uuid-doctrine": "*"
},
"repositories": [
{
@@ -32,7 +33,7 @@
],
"require-dev": {
"phpunit/phpunit": "^7.0|^8.0",
"phpunit/phpunit": "*",
"phpunit/php-code-coverage": "*",
"friendsofphp/php-cs-fixer": "*"
}
Generated
+2844 -1168
View File
File diff suppressed because it is too large Load Diff