Stop supporting PHP 7.3 (#430)

It is unmaintained
This commit is contained in:
Pierre Rudloff 2023-03-21 19:54:58 +01:00
parent 7bfe55fff6
commit b52a582539
No known key found for this signature in database
4 changed files with 17 additions and 18 deletions

View File

@ -9,8 +9,9 @@ jobs:
strategy: strategy:
matrix: matrix:
php-version: php-version:
- '7.3'
- '7.4' - '7.4'
- '8.0'
- '8.1'
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Use PHP ${{ matrix.php-version }} - name: Use PHP ${{ matrix.php-version }}

View File

@ -1,7 +1,6 @@
FROM php:7.3-apache FROM php:7.4-apache
RUN apt-get update RUN apt-get update
RUN apt-get install -y libicu-dev xz-utils git python libgmp-dev unzip ffmpeg RUN apt-get install -y libicu-dev xz-utils git python libgmp-dev unzip ffmpeg
RUN docker-php-ext-install mbstring
RUN docker-php-ext-install intl RUN docker-php-ext-install intl
RUN docker-php-ext-install gmp RUN docker-php-ext-install gmp
RUN a2enmod rewrite RUN a2enmod rewrite

View File

@ -18,7 +18,7 @@
} }
], ],
"require": { "require": {
"php": ">=7.3", "php": ">=7.4",
"ext-intl": "*", "ext-intl": "*",
"ext-json": "*", "ext-json": "*",
"aura/session": "^2.1", "aura/session": "^2.1",
@ -31,7 +31,7 @@
"mathmarques/smarty-view": "^1.2", "mathmarques/smarty-view": "^1.2",
"oomphinc/composer-installers-extender": "^2.0", "oomphinc/composer-installers-extender": "^2.0",
"paragonie/csp-builder": "^2.5", "paragonie/csp-builder": "^2.5",
"rinvex/countries": "^6.1", "rinvex/countries": "^7.3",
"rudloff/alltube-library": "^0.1.3", "rudloff/alltube-library": "^0.1.3",
"symfony/finder": "^5.4", "symfony/finder": "^5.4",
"symfony/translation": "^4.0", "symfony/translation": "^4.0",
@ -92,7 +92,7 @@
"phpro/grumphp": true "phpro/grumphp": true
}, },
"platform": { "platform": {
"php": "7.3.11" "php": "7.4.33"
}, },
"sort-packages": true "sort-packages": true
}, },

23
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "6f7b900aafa876f17e0815ca6fa044a5", "content-hash": "454753ac2a4d31f21bf2e197b7ce24d1",
"packages": [ "packages": [
{ {
"name": "aura/session", "name": "aura/session",
@ -2042,25 +2042,24 @@
}, },
{ {
"name": "rinvex/countries", "name": "rinvex/countries",
"version": "v6.1.2", "version": "v7.3.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rinvex/countries.git", "url": "https://github.com/rinvex/countries.git",
"reference": "0dd9da817c1faa33429fe56b8ba059fdabe6e0fe" "reference": "4696d23976e27d6cedf7e55db3fa24e11924b727"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rinvex/countries/zipball/0dd9da817c1faa33429fe56b8ba059fdabe6e0fe", "url": "https://api.github.com/repos/rinvex/countries/zipball/4696d23976e27d6cedf7e55db3fa24e11924b727",
"reference": "0dd9da817c1faa33429fe56b8ba059fdabe6e0fe", "reference": "4696d23976e27d6cedf7e55db3fa24e11924b727",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2.0" "php": "^7.4.0 || ^8.0.0"
}, },
"require-dev": { "require-dev": {
"codedungeon/phpunit-result-printer": "^0.26.0", "codedungeon/phpunit-result-printer": "^0.30.0",
"laravel/helpers": "^1.1.0", "phpunit/phpunit": "^9.5.0"
"phpunit/phpunit": "^8.3.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -2122,7 +2121,7 @@
"issues": "https://github.com/rinvex/countries/issues", "issues": "https://github.com/rinvex/countries/issues",
"source": "https://github.com/rinvex/countries" "source": "https://github.com/rinvex/countries"
}, },
"time": "2020-03-13T18:04:45+00:00" "time": "2020-12-25T01:36:24+00:00"
}, },
{ {
"name": "rudloff/alltube-library", "name": "rudloff/alltube-library",
@ -9359,13 +9358,13 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.3", "php": ">=7.4",
"ext-intl": "*", "ext-intl": "*",
"ext-json": "*" "ext-json": "*"
}, },
"platform-dev": [], "platform-dev": [],
"platform-overrides": { "platform-overrides": {
"php": "7.3.11" "php": "7.4.33"
}, },
"plugin-api-version": "2.2.0" "plugin-api-version": "2.2.0"
} }