Compare commits

..

No commits in common. "aace075321724e2dfe41659e9f742e7dd22d29fc" and "6b6010ccc0a5e289eb0aa73583be842065444451" have entirely different histories.

2 changed files with 23 additions and 36 deletions

View File

@ -15,21 +15,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
# - name: Get composer cache directory
# id: composer-cache
# run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
# - name: Cache dependencies
# uses: actions/cache@v3
# with:
# path: ${{ steps.composer-cache.outputs.dir }}
# key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
# restore-keys: ${{ runner.os }}-composer-
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
with: with:
tools: composer tools: composer
extensions: bcmath, ctype, fileinfo, json, odbc, mbstring, openssl, pdo, pdo_mysql, pdo_odbc tokenizer, xml, soap, redis, igbinary extensions: bcmath, ctype, fileinfo, json, odbc, mbstring, openssl, pdo, pdo_mysql, pdo_odbc tokenizer, xml, soap, redis, igbinary

46
composer.lock generated
View File

@ -2948,16 +2948,16 @@
}, },
{ {
"name": "psy/psysh", "name": "psy/psysh",
"version": "v0.11.22", "version": "v0.11.21",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/bobthecow/psysh.git", "url": "https://github.com/bobthecow/psysh.git",
"reference": "128fa1b608be651999ed9789c95e6e2a31b5802b" "reference": "bcb22101107f3bf770523b65630c9d547f60c540"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b", "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540",
"reference": "128fa1b608be651999ed9789c95e6e2a31b5802b", "reference": "bcb22101107f3bf770523b65630c9d547f60c540",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2986,7 +2986,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-0.11": "0.11.x-dev" "dev-main": "0.11.x-dev"
}, },
"bamarni-bin": { "bamarni-bin": {
"bin-links": false, "bin-links": false,
@ -3022,9 +3022,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/bobthecow/psysh/issues", "issues": "https://github.com/bobthecow/psysh/issues",
"source": "https://github.com/bobthecow/psysh/tree/v0.11.22" "source": "https://github.com/bobthecow/psysh/tree/v0.11.21"
}, },
"time": "2023-10-14T21:56:36+00:00" "time": "2023-09-17T21:15:54+00:00"
}, },
{ {
"name": "ralouphie/getallheaders", "name": "ralouphie/getallheaders",
@ -7614,26 +7614,26 @@
}, },
{ {
"name": "pestphp/pest-plugin-arch", "name": "pestphp/pest-plugin-arch",
"version": "v2.4.1", "version": "v2.4.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pestphp/pest-plugin-arch.git", "url": "https://github.com/pestphp/pest-plugin-arch.git",
"reference": "59698f0a381c5bc4fa2cd5b6ed331067c4501fdb" "reference": "b315c03bbb7e620d7b57a670816e9bf5f3dbc7f7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/59698f0a381c5bc4fa2cd5b6ed331067c4501fdb", "url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/b315c03bbb7e620d7b57a670816e9bf5f3dbc7f7",
"reference": "59698f0a381c5bc4fa2cd5b6ed331067c4501fdb", "reference": "b315c03bbb7e620d7b57a670816e9bf5f3dbc7f7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"nunomaduro/collision": "^7.10.0|^8.0.0", "nunomaduro/collision": "^7.9.0|^8.0.0",
"pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin": "^2.1.1",
"php": "^8.1", "php": "^8.1",
"ta-tikoma/phpunit-architecture-test": "^0.7.5" "ta-tikoma/phpunit-architecture-test": "^0.7.4"
}, },
"require-dev": { "require-dev": {
"pestphp/pest": "^2.23.2", "pestphp/pest": "^2.22.0",
"pestphp/pest-dev-tools": "^2.16.0" "pestphp/pest-dev-tools": "^2.16.0"
}, },
"type": "library", "type": "library",
@ -7662,7 +7662,7 @@
"unit" "unit"
], ],
"support": { "support": {
"source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.4.1" "source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.4.0"
}, },
"funding": [ "funding": [
{ {
@ -7674,7 +7674,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2023-10-12T15:35:38+00:00" "time": "2023-10-10T14:44:21+00:00"
}, },
{ {
"name": "pestphp/pest-plugin-laravel", "name": "pestphp/pest-plugin-laravel",
@ -9838,16 +9838,16 @@
}, },
{ {
"name": "ta-tikoma/phpunit-architecture-test", "name": "ta-tikoma/phpunit-architecture-test",
"version": "0.7.5", "version": "0.7.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ta-tikoma/phpunit-architecture-test.git", "url": "https://github.com/ta-tikoma/phpunit-architecture-test.git",
"reference": "9eb08437e8f0c0c75cc947a373cf49672c335827" "reference": "abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/9eb08437e8f0c0c75cc947a373cf49672c335827", "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2",
"reference": "9eb08437e8f0c0c75cc947a373cf49672c335827", "reference": "abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9855,7 +9855,7 @@
"php": "^8.1.0", "php": "^8.1.0",
"phpdocumentor/reflection-docblock": "^5.3.0", "phpdocumentor/reflection-docblock": "^5.3.0",
"phpunit/phpunit": "^10.1.1", "phpunit/phpunit": "^10.1.1",
"symfony/finder": "^6.2.7 || ^7.0.0" "symfony/finder": "^6.2.7"
}, },
"require-dev": { "require-dev": {
"laravel/pint": "^1.9.0", "laravel/pint": "^1.9.0",
@ -9891,9 +9891,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues", "issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues",
"source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.7.5" "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.7.4"
}, },
"time": "2023-10-12T15:31:50+00:00" "time": "2023-08-03T06:50:14+00:00"
}, },
{ {
"name": "theseer/tokenizer", "name": "theseer/tokenizer",