chore: bump dependencies (#438)

This commit is contained in:
paranarimasu
2022-08-16 16:16:13 -05:00
committed by GitHub
parent 298c4b31d8
commit 146833338d
54 changed files with 1173 additions and 1769 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
with:
php-version: '8.1'
tools: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, phpunit
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
with:
php-version: '8.1'
tools: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, phpunit
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Install Dependencies