Skip to content

Commit

Permalink
wip: explicit autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 29, 2024
1 parent 584799b commit fe89a01
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 226 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ jobs:
php_extensions: xdebug
coverage_text: _coverage/coverage.txt
coverage_clover: _coverage/clover.xml
bootstrap: vendor/autoload.php

- name: Store coverage data
uses: actions/upload-artifact@v4
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"require-dev": {
"phpstan/phpstan": "^1.8",
"phpunit/phpunit": "^10.5"
"phpunit/phpunit": "^11.2"
},

"license": "MIT",
Expand Down
Loading

0 comments on commit fe89a01

Please sign in to comment.