Skip to content

Commit e70ad9f

Browse files
authored
606 update packages (#24)
* #606 update readme.md project:compare with baseline * #606 update packages
1 parent 97b3395 commit e70ad9f

4 files changed

Lines changed: 2848 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Install PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: '7.4'
24+
php-version: '8.0'
2525
tools: composer:v2
2626

2727
- name: Run linter

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.idea/
22
*.phar
3-
composer.lock
43
build
54
tools
65
vendor/

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
},
1717
"require": {
18-
"php": "^7.4 || ^8.0",
18+
"php": "^8.0",
1919
"ext-json": "*",
2020
"consolidation/robo": "^4",
2121
"diffywebsite/diffy-php": "^1",

0 commit comments

Comments
 (0)