Skip to content

Commit

Permalink
Merge pull request #49 from 26B/feature/update-symfony-console
Browse files Browse the repository at this point in the history
  • Loading branch information
xipasduarte authored Aug 9, 2022
2 parents 6095507 + 35384bf commit 6c5837f
Show file tree
Hide file tree
Showing 3 changed files with 794 additions and 369 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Switch PHP Version
uses: shivammathur/setup-php@v2
with:
php-version: '7.3'
php-version: '8.0'
coverage: xdebug

- name: Validate composer.json and composer.lock files
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
"type": "library",
"license": "MIT",
"require": {
"php": ">=8.0.2",
"guzzlehttp/guzzle": "^7.2",
"symfony/console": "4.4.0"
"symfony/console": "^6.0"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
Expand Down
Loading

0 comments on commit 6c5837f

Please sign in to comment.