Skip to content

Commit

Permalink
Fix phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt75 committed Mar 4, 2024
1 parent 04f1d10 commit ae9af0c
Show file tree
Hide file tree
Showing 4 changed files with 276 additions and 181 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Setup PHP 7.4
uses: shivammathur/setup-php@v2
with:
php-version: '7.4'

- name: Cache vendor folder
uses: actions/cache@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"require-dev": {
"phpunit/phpunit": "~5.7",
"prestashop/php-dev-tools": "~3.0"
"prestashop/php-dev-tools": "~3.0",
"monolog/monolog": "^1.27.1"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit ae9af0c

Please sign in to comment.