1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-04-21 23:42:10 +02:00

Bump required PHP version to 7.3, update some packages

This commit is contained in:
Kovah 2020-10-22 19:36:48 +02:00
parent 2b2fd7a364
commit 8bccd2372b
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B
5 changed files with 25 additions and 24 deletions

View File

@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.2', '7.3', '7.4']
php-versions: ['7.3', '7.4']
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}

View File

@ -4,7 +4,7 @@
"license": "GPL-3.0-or-later",
"type": "project",
"require": {
"php": "^7.2.5",
"php": "^7.3.0",
"composer/semver": "^1.5",
"doctrine/dbal": "2.10.2",
"fideloper/proxy": "^4.0",
@ -15,7 +15,7 @@
"league/csv": "^9.6",
"predis/predis": "^1.1",
"shaarli/netscape-bookmark-parser": "^2.1",
"spatie/laravel-backup": "6.11.1",
"spatie/laravel-backup": "^6.11.1",
"venturecraft/revisionable": "^1.34"
},
"require-dev": {

39
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a709d5af83f68feb6d56834394a3142f",
"content-hash": "041d1b421846124be15940cc12f2a53a",
"packages": [
{
"name": "brick/math",
@ -2562,36 +2562,37 @@
},
{
"name": "spatie/laravel-backup",
"version": "6.11.1",
"version": "6.11.6",
"source": {
"type": "git",
"url": "https://github.com/spatie/laravel-backup.git",
"reference": "3ede36961b79b6ea4a6b5f708f2cc60fee74ad6c"
"reference": "3ab6fa26eeed1552571ed06d5be91dfa20477962"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/3ede36961b79b6ea4a6b5f708f2cc60fee74ad6c",
"reference": "3ede36961b79b6ea4a6b5f708f2cc60fee74ad6c",
"url": "https://api.github.com/repos/spatie/laravel-backup/zipball/3ab6fa26eeed1552571ed06d5be91dfa20477962",
"reference": "3ab6fa26eeed1552571ed06d5be91dfa20477962",
"shasum": ""
},
"require": {
"illuminate/console": "^5.8.15|^6.0|^7.0",
"illuminate/contracts": "^5.8.15|^6.0|^7.0",
"illuminate/events": "^5.8.15|^6.0|^7.0",
"illuminate/filesystem": "^5.8.15|^6.0|^7.0",
"illuminate/notifications": "^5.8.15|^6.0|^7.0",
"illuminate/support": "^5.8.15|^6.0|^7.0",
"illuminate/console": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/contracts": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/events": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/filesystem": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/notifications": "^5.8.15|^6.0|^7.0|^8.0",
"illuminate/support": "^5.8.15|^6.0|^7.0|^8.0",
"league/flysystem": "^1.0.49",
"php": "^7.2",
"php": "^7.3",
"spatie/db-dumper": "^2.12",
"spatie/temporary-directory": "^1.1",
"symfony/finder": "^4.2|^5.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^2.16",
"laravel/slack-notification-channel": "^1.0",
"league/flysystem-aws-s3-v3": "^1.0",
"mockery/mockery": "^1.3",
"orchestra/testbench": "3.8.*|4.*|5.*",
"orchestra/testbench": "3.8.*|4.*|5.*|6.*",
"phpunit/phpunit": "^8.4|^9.0"
},
"suggest": {
@ -2635,15 +2636,15 @@
],
"funding": [
{
"url": "https://spatie.be/open-source/support-us",
"type": "custom"
"url": "https://github.com/sponsors/spatie",
"type": "github"
},
{
"url": "https://github.com/spatie",
"type": "github"
"url": "https://spatie.be/open-source/support-us",
"type": "other"
}
],
"time": "2020-06-18T09:59:06+00:00"
"time": "2020-10-19T06:58:51+00:00"
},
{
"name": "spatie/temporary-directory",
@ -8738,7 +8739,7 @@
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.2.5"
"php": "^7.3.0"
},
"platform-dev": [],
"plugin-api-version": "1.1.0"

View File

@ -25,7 +25,7 @@ RUN composer install -n --prefer-dist --no-dev
# ================================
# Compile all assets
FROM node:12.16.1 AS npm_builder
FROM node:12.19.0 AS npm_builder
WORKDIR /srv
# Copy package.json and Gruntfile

View File

@ -25,7 +25,7 @@ RUN composer install -n --prefer-dist --no-dev
# ================================
# Compile all assets
FROM node:12.16.1 AS npm_builder
FROM node:12.19.0 AS npm_builder
WORKDIR /srv
# Copy package.json and Gruntfile