Update Composer to pin dependencies to PHP version on the server

This commit is contained in:
Alex Cabal 2023-01-26 17:36:24 -06:00
parent 09cf956c0f
commit a226944078
3 changed files with 1193 additions and 4 deletions

1
.gitignore vendored
View file

@ -8,7 +8,6 @@ www/feeds/rss/*/*.xml
www/feeds/atom/*.xml www/feeds/atom/*.xml
www/feeds/atom/*/*.xml www/feeds/atom/*/*.xml
vendor/ vendor/
composer.lock
.vagrant/ .vagrant/
*.log *.log
www/manual/* www/manual/*

View file

@ -7,11 +7,14 @@
"psr-4": {"": "lib/"}, "psr-4": {"": "lib/"},
"files": ["lib/Constants.php", "lib/CoreFunctions.php"] "files": ["lib/Constants.php", "lib/CoreFunctions.php"]
}, },
"platform":{
"php": "7.2.24"
},
"require": { "require": {
"thecodingmachine/safe": "^1.3.3", "thecodingmachine/safe": "^1.3.3",
"phpmailer/phpmailer": "6.6.0", "phpmailer/phpmailer": "^6.6.0",
"ramsey/uuid": "4.2.3", "ramsey/uuid": "4.2.3",
"gregwar/captcha": "1.1.9", "gregwar/captcha": "^1.1.9",
"php-webdriver/webdriver": "1.12.1" "php-webdriver/webdriver": "^1.12.1"
} }
} }

1187
composer.lock generated Normal file

File diff suppressed because it is too large Load diff