Skip to content

Commit

Permalink
composer.json: add phpstan dev dep
Browse files Browse the repository at this point in the history
  • Loading branch information
zozlak committed Feb 13, 2024
1 parent faf51b3 commit 4051018
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@
"email": "mzoltak@oeaw.ac.at"
}
],
"require": {
},
"autoload": {
"psr-4": {
"acdhOeaw\\": "src/acdhOeaw"
}
},
"require-dev": {
"phpstan/phpstan": "^1.10"
}
}

0 comments on commit 4051018

Please sign in to comment.