Skip to content

Commit

Permalink
add phpstan level 5 baseline and fixing issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vgreb committed Jan 1, 2025
1 parent be8b3aa commit d41eea7
Show file tree
Hide file tree
Showing 14 changed files with 204 additions and 2,400 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Tests

on:
push:
branches:
- "master"
pull_request:
schedule:
- cron: '0 0 * * MON'
Expand All @@ -14,7 +12,6 @@ jobs:
strategy:
matrix:
php:
- 8.0
- 8.1
- 8.2
- 8.3
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"type": "library",
"license": "Apache-2.0",
"require": {
"php": ">=8.0",
"php": ">=8.1",
"aura/sqlquery": "^2.6",
"doctrine/cache": "^1.6"
},
Expand All @@ -32,7 +32,7 @@
"atoum/stubs": "^2.0",
"brick/geo": "^0.5.1",
"pimple/pimple": "^3.0",
"phpstan/phpstan": "^1.10",
"phpstan/phpstan": "^2.0",
"symfony/uid": "^6.0 || ^7.0"
},
"suggest": {
Expand Down
Loading

0 comments on commit d41eea7

Please sign in to comment.