Updated php packages, Added php8.1 to GH actions

This commit is contained in:
Dan Brown 2021-11-04 22:29:36 +00:00
parent cccee0808f
commit 9c680efaad
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
4 changed files with 47 additions and 46 deletions

View File

@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
php: ['7.3', '7.4', '8.0'] php: ['7.3', '7.4', '8.0', '8.1']
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@b7d1d9c9a92d8d8463ce36d7f60da34d461724f8 uses: shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php }} php-version: ${{ matrix.php }}
extensions: gd, mbstring, json, curl, xml, mysql, ldap extensions: gd, mbstring, json, curl, xml, mysql, ldap

View File

@ -13,12 +13,12 @@ jobs:
runs-on: ubuntu-20.04 runs-on: ubuntu-20.04
strategy: strategy:
matrix: matrix:
php: ['7.3', '7.4', '8.0'] php: ['7.3', '7.4', '8.0', '8.1']
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@b7d1d9c9a92d8d8463ce36d7f60da34d461724f8 uses: shivammathur/setup-php@v2
with: with:
php-version: ${{ matrix.php }} php-version: ${{ matrix.php }}
extensions: gd, mbstring, json, curl, xml, mysql, ldap extensions: gd, mbstring, json, curl, xml, mysql, ldap

View File

@ -25,9 +25,9 @@
"intervention/image": "^2.7", "intervention/image": "^2.7",
"laravel/framework": "^8.68", "laravel/framework": "^8.68",
"laravel/socialite": "^5.2", "laravel/socialite": "^5.2",
"laravel/tinker": "^2.5", "laravel/tinker": "^2.6",
"laravel/ui": "^3.3", "laravel/ui": "^3.3",
"league/commonmark": "^1.5", "league/commonmark": "^1.6",
"league/flysystem-aws-s3-v3": "^1.0.29", "league/flysystem-aws-s3-v3": "^1.0.29",
"league/html-to-markdown": "^5.0.0", "league/html-to-markdown": "^5.0.0",
"league/oauth2-client": "^2.6", "league/oauth2-client": "^2.6",
@ -44,12 +44,12 @@
"ssddanbrown/htmldiff": "^1.0.1" "ssddanbrown/htmldiff": "^1.0.1"
}, },
"require-dev": { "require-dev": {
"fakerphp/faker": "^1.13.0", "fakerphp/faker": "^1.16",
"itsgoingd/clockwork": "^5.1", "itsgoingd/clockwork": "^5.1",
"mockery/mockery": "^1.4.2", "mockery/mockery": "^1.4",
"phpunit/phpunit": "^9.5.3", "phpunit/phpunit": "^9.5",
"symfony/dom-crawler": "^5.3", "symfony/dom-crawler": "^5.3",
"nunomaduro/collision": "^5.0" "nunomaduro/collision": "^5.10"
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {

73
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": "0dfe612653577a14906a0bb031c67a97", "content-hash": "48be80b0326176faa9775dca18a00fa2",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@ -58,16 +58,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.199.7", "version": "3.200.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "fda176884d2952cffc7e67209470bff49609339c" "reference": "9b3f45c51fe1d07845446675109bb0a8a98c806e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/fda176884d2952cffc7e67209470bff49609339c", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9b3f45c51fe1d07845446675109bb0a8a98c806e",
"reference": "fda176884d2952cffc7e67209470bff49609339c", "reference": "9b3f45c51fe1d07845446675109bb0a8a98c806e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -143,9 +143,9 @@
"support": { "support": {
"forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.199.7" "source": "https://github.com/aws/aws-sdk-php/tree/3.200.0"
}, },
"time": "2021-10-29T18:25:02+00:00" "time": "2021-11-04T18:42:25+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -1843,16 +1843,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v8.68.1", "version": "v8.69.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "abe985ff1fb82dd04aab03bc1dc56e83fe61a59f" "reference": "545181da688db64fed6d8427e55f630a90ca0d32"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/abe985ff1fb82dd04aab03bc1dc56e83fe61a59f", "url": "https://api.github.com/repos/laravel/framework/zipball/545181da688db64fed6d8427e55f630a90ca0d32",
"reference": "abe985ff1fb82dd04aab03bc1dc56e83fe61a59f", "reference": "545181da688db64fed6d8427e55f630a90ca0d32",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2011,7 +2011,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2021-10-27T12:31:46+00:00" "time": "2021-11-02T13:53:22+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
@ -2211,16 +2211,16 @@
}, },
{ {
"name": "laravel/ui", "name": "laravel/ui",
"version": "v3.3.0", "version": "v3.3.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/ui.git", "url": "https://github.com/laravel/ui.git",
"reference": "07d725813350c695c779382cbd6dac0ab8665537" "reference": "a449e3364d9780a80a49894a3af9795c85af806f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/ui/zipball/07d725813350c695c779382cbd6dac0ab8665537", "url": "https://api.github.com/repos/laravel/ui/zipball/a449e3364d9780a80a49894a3af9795c85af806f",
"reference": "07d725813350c695c779382cbd6dac0ab8665537", "reference": "a449e3364d9780a80a49894a3af9795c85af806f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2263,9 +2263,9 @@
"ui" "ui"
], ],
"support": { "support": {
"source": "https://github.com/laravel/ui/tree/v3.3.0" "source": "https://github.com/laravel/ui/tree/v3.3.1"
}, },
"time": "2021-05-25T16:45:33+00:00" "time": "2021-11-02T17:04:20+00:00"
}, },
{ {
"name": "league/commonmark", "name": "league/commonmark",
@ -2966,16 +2966,16 @@
}, },
{ {
"name": "nesbot/carbon", "name": "nesbot/carbon",
"version": "2.53.1", "version": "2.54.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/briannesbitt/Carbon.git", "url": "https://github.com/briannesbitt/Carbon.git",
"reference": "f4655858a784988f880c1b8c7feabbf02dfdf045" "reference": "eed83939f1aed3eee517d03a33f5ec587ac529b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/f4655858a784988f880c1b8c7feabbf02dfdf045", "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/eed83939f1aed3eee517d03a33f5ec587ac529b5",
"reference": "f4655858a784988f880c1b8c7feabbf02dfdf045", "reference": "eed83939f1aed3eee517d03a33f5ec587ac529b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2986,6 +2986,7 @@
"symfony/translation": "^3.4 || ^4.0 || ^5.0" "symfony/translation": "^3.4 || ^4.0 || ^5.0"
}, },
"require-dev": { "require-dev": {
"doctrine/dbal": "^2.0 || ^3.0",
"doctrine/orm": "^2.7", "doctrine/orm": "^2.7",
"friendsofphp/php-cs-fixer": "^3.0", "friendsofphp/php-cs-fixer": "^3.0",
"kylekatarnls/multi-tester": "^2.0", "kylekatarnls/multi-tester": "^2.0",
@ -3056,20 +3057,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-06T09:29:23+00:00" "time": "2021-11-01T21:22:20+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.13.0", "version": "v4.13.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "50953a2691a922aa1769461637869a0a2faa3f53" "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/50953a2691a922aa1769461637869a0a2faa3f53", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/63a79e8daa781cac14e5195e63ed8ae231dd10fd",
"reference": "50953a2691a922aa1769461637869a0a2faa3f53", "reference": "63a79e8daa781cac14e5195e63ed8ae231dd10fd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -3110,9 +3111,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.13.0" "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.1"
}, },
"time": "2021-09-20T12:20:58+00:00" "time": "2021-11-03T20:52:16+00:00"
}, },
{ {
"name": "onelogin/php-saml", "name": "onelogin/php-saml",
@ -7681,22 +7682,22 @@
}, },
{ {
"name": "itsgoingd/clockwork", "name": "itsgoingd/clockwork",
"version": "v5.1.0", "version": "v5.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/itsgoingd/clockwork.git", "url": "https://github.com/itsgoingd/clockwork.git",
"reference": "b963dee47429a49c9669981cfa9a8362ce209278" "reference": "2daf30fa6dfc5a1ccfdb2142df59243a72c473d8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/b963dee47429a49c9669981cfa9a8362ce209278", "url": "https://api.github.com/repos/itsgoingd/clockwork/zipball/2daf30fa6dfc5a1ccfdb2142df59243a72c473d8",
"reference": "b963dee47429a49c9669981cfa9a8362ce209278", "reference": "2daf30fa6dfc5a1ccfdb2142df59243a72c473d8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"php": ">=5.6", "php": ">=5.6",
"psr/log": "1.*" "psr/log": "1.* || ^2.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -7738,7 +7739,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/itsgoingd/clockwork/issues", "issues": "https://github.com/itsgoingd/clockwork/issues",
"source": "https://github.com/itsgoingd/clockwork/tree/v5.1.0" "source": "https://github.com/itsgoingd/clockwork/tree/v5.1.1"
}, },
"funding": [ "funding": [
{ {
@ -7746,7 +7747,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-08-07T23:04:17+00:00" "time": "2021-11-01T17:38:35+00:00"
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",