Skip to content

Commit

Permalink
Updated composer configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
seb86 committed Jun 19, 2023
1 parent f79aaed commit 549e4bb
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 68 deletions.
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@
]
},
"require": {
"composer/installers": "2.1.1",
"co-cart/cocart-sniffs": "0.0.2"
"php": ">=7.4",
"composer/installers": "2.1.1"
},
"require-dev": {
"squizlabs/php_codesniffer": "3.7.1"
"co-cart/cocart-sniffs": "0.0.2",
"squizlabs/php_codesniffer": "3.7.2"
},
"scripts": {
"phpcs": [
Expand Down
136 changes: 71 additions & 65 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 549e4bb

Please sign in to comment.