Skip to content

Commit

Permalink
Composer: use v2
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubboucek committed Jun 11, 2021
1 parent 1acfc47 commit 8e100fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@
],
"require": {
"php": ">=7.2",
"composer-runtime-api": "^2.0",
"ext-sockets": "*",
"ext-iconv": "*"
},
"require-dev": {
"phpstan/phpstan": "^0.12.89"
},
"autoload": {
"psr-4": {
"JakubBoucek\\EscPos\\": "src/"
}
},
"scripts": {
"phpstan": "phpstan analyze src -c phpstan.neon --level 6"
},
"require-dev": {
"phpstan/phpstan": "^0.12.89"
}
}

0 comments on commit 8e100fb

Please sign in to comment.