Skip to content

Commit

Permalink
up composer.json to php 8 (#13)
Browse files Browse the repository at this point in the history
* up composer.json to php 8
  • Loading branch information
addfs authored Jan 9, 2023
1 parent eec98e5 commit 531a679
Show file tree
Hide file tree
Showing 4 changed files with 868 additions and 799 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'
php-version: '8.1'

- name: Cache Composer packages
id: composer-cache
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
],
"require": {
"knplabs/knp-gaufrette-bundle": "~0.3",
"php": "^7.4"
"php": "^7.4 | ^8.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 531a679

Please sign in to comment.