Skip to content

Commit

Permalink
606 update packages (#24)
Browse files Browse the repository at this point in the history
* #606 update readme.md project:compare with baseline

* #606 update packages
  • Loading branch information
gregurcom authored Mar 6, 2024
1 parent 97b3395 commit e70ad9f
Show file tree
Hide file tree
Showing 4 changed files with 2,848 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.0'
tools: composer:v2

- name: Run linter
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.idea/
*.phar
composer.lock
build
tools
vendor/
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
},
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.0",
"ext-json": "*",
"consolidation/robo": "^4",
"diffywebsite/diffy-php": "^1",
Expand Down
Loading

0 comments on commit e70ad9f

Please sign in to comment.