Compare commits
12 Commits
6b6010ccc0
...
aace075321
| Author | SHA1 | Date | |
|---|---|---|---|
| aace075321 | |||
| b12d08c19d | |||
| 0e2da9cd3e | |||
| 80226e74ee | |||
| 6d01839b55 | |||
| c5238ed53b | |||
|
|
55777ddd7c | ||
| f9167a6bdc | |||
|
|
3302835838 | ||
|
|
bf8dda5a4c | ||
|
|
cfa9be4705 | ||
|
|
9e8bdd30d9 |
13
.github/workflows/deploy.yml
vendored
13
.github/workflows/deploy.yml
vendored
@ -15,8 +15,21 @@ jobs:
|
||||
steps:
|
||||
- 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
|
||||
uses: shivammathur/setup-php@v2
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||
with:
|
||||
tools: composer
|
||||
extensions: bcmath, ctype, fileinfo, json, odbc, mbstring, openssl, pdo, pdo_mysql, pdo_odbc tokenizer, xml, soap, redis, igbinary
|
||||
|
||||
46
composer.lock
generated
46
composer.lock
generated
@ -2948,16 +2948,16 @@
|
||||
},
|
||||
{
|
||||
"name": "psy/psysh",
|
||||
"version": "v0.11.21",
|
||||
"version": "v0.11.22",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/bobthecow/psysh.git",
|
||||
"reference": "bcb22101107f3bf770523b65630c9d547f60c540"
|
||||
"reference": "128fa1b608be651999ed9789c95e6e2a31b5802b"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540",
|
||||
"reference": "bcb22101107f3bf770523b65630c9d547f60c540",
|
||||
"url": "https://api.github.com/repos/bobthecow/psysh/zipball/128fa1b608be651999ed9789c95e6e2a31b5802b",
|
||||
"reference": "128fa1b608be651999ed9789c95e6e2a31b5802b",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -2986,7 +2986,7 @@
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-main": "0.11.x-dev"
|
||||
"dev-0.11": "0.11.x-dev"
|
||||
},
|
||||
"bamarni-bin": {
|
||||
"bin-links": false,
|
||||
@ -3022,9 +3022,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/bobthecow/psysh/issues",
|
||||
"source": "https://github.com/bobthecow/psysh/tree/v0.11.21"
|
||||
"source": "https://github.com/bobthecow/psysh/tree/v0.11.22"
|
||||
},
|
||||
"time": "2023-09-17T21:15:54+00:00"
|
||||
"time": "2023-10-14T21:56:36+00:00"
|
||||
},
|
||||
{
|
||||
"name": "ralouphie/getallheaders",
|
||||
@ -7614,26 +7614,26 @@
|
||||
},
|
||||
{
|
||||
"name": "pestphp/pest-plugin-arch",
|
||||
"version": "v2.4.0",
|
||||
"version": "v2.4.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/pestphp/pest-plugin-arch.git",
|
||||
"reference": "b315c03bbb7e620d7b57a670816e9bf5f3dbc7f7"
|
||||
"reference": "59698f0a381c5bc4fa2cd5b6ed331067c4501fdb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/b315c03bbb7e620d7b57a670816e9bf5f3dbc7f7",
|
||||
"reference": "b315c03bbb7e620d7b57a670816e9bf5f3dbc7f7",
|
||||
"url": "https://api.github.com/repos/pestphp/pest-plugin-arch/zipball/59698f0a381c5bc4fa2cd5b6ed331067c4501fdb",
|
||||
"reference": "59698f0a381c5bc4fa2cd5b6ed331067c4501fdb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"nunomaduro/collision": "^7.9.0|^8.0.0",
|
||||
"nunomaduro/collision": "^7.10.0|^8.0.0",
|
||||
"pestphp/pest-plugin": "^2.1.1",
|
||||
"php": "^8.1",
|
||||
"ta-tikoma/phpunit-architecture-test": "^0.7.4"
|
||||
"ta-tikoma/phpunit-architecture-test": "^0.7.5"
|
||||
},
|
||||
"require-dev": {
|
||||
"pestphp/pest": "^2.22.0",
|
||||
"pestphp/pest": "^2.23.2",
|
||||
"pestphp/pest-dev-tools": "^2.16.0"
|
||||
},
|
||||
"type": "library",
|
||||
@ -7662,7 +7662,7 @@
|
||||
"unit"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.4.0"
|
||||
"source": "https://github.com/pestphp/pest-plugin-arch/tree/v2.4.1"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
@ -7674,7 +7674,7 @@
|
||||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2023-10-10T14:44:21+00:00"
|
||||
"time": "2023-10-12T15:35:38+00:00"
|
||||
},
|
||||
{
|
||||
"name": "pestphp/pest-plugin-laravel",
|
||||
@ -9838,16 +9838,16 @@
|
||||
},
|
||||
{
|
||||
"name": "ta-tikoma/phpunit-architecture-test",
|
||||
"version": "0.7.4",
|
||||
"version": "0.7.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/ta-tikoma/phpunit-architecture-test.git",
|
||||
"reference": "abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2"
|
||||
"reference": "9eb08437e8f0c0c75cc947a373cf49672c335827"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2",
|
||||
"reference": "abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2",
|
||||
"url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/9eb08437e8f0c0c75cc947a373cf49672c335827",
|
||||
"reference": "9eb08437e8f0c0c75cc947a373cf49672c335827",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
@ -9855,7 +9855,7 @@
|
||||
"php": "^8.1.0",
|
||||
"phpdocumentor/reflection-docblock": "^5.3.0",
|
||||
"phpunit/phpunit": "^10.1.1",
|
||||
"symfony/finder": "^6.2.7"
|
||||
"symfony/finder": "^6.2.7 || ^7.0.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"laravel/pint": "^1.9.0",
|
||||
@ -9891,9 +9891,9 @@
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues",
|
||||
"source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.7.4"
|
||||
"source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.7.5"
|
||||
},
|
||||
"time": "2023-08-03T06:50:14+00:00"
|
||||
"time": "2023-10-12T15:31:50+00:00"
|
||||
},
|
||||
{
|
||||
"name": "theseer/tokenizer",
|
||||
|
||||
Reference in New Issue
Block a user