Compare commits
3 Commits
7210b24aa3
...
8e08b09ae8
Author | SHA1 | Date | |
---|---|---|---|
8e08b09ae8 | |||
a3bce1f2aa | |||
a84d3a3976 |
@ -1,4 +1,4 @@
|
||||
FROM php:7.4.7-cli-buster
|
||||
FROM php:8.1-cli-bookworm
|
||||
|
||||
RUN apt-get update && apt-get install -y unzip
|
||||
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
|
||||
|
@ -5,12 +5,12 @@
|
||||
"license": "GNU GPL 3.0",
|
||||
"require": {
|
||||
"vlucas/phpdotenv": "^5.5",
|
||||
"symfony/console": "^5.4",
|
||||
"symfony/console": "^6.3",
|
||||
"phpmailer/phpmailer": "^6.8",
|
||||
"cocur/slugify": "^4.3"
|
||||
"cocur/slugify": "^4.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.6",
|
||||
"phpunit/phpunit": "^10.3",
|
||||
"phpstan/phpstan": "^1.10"
|
||||
},
|
||||
"autoload": {
|
||||
|
934
composer.lock
generated
934
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user