Skip to content

Commit 5d20543

Browse files
committed
update composer.json
1 parent 6866171 commit 5d20543

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ vendor
33
composer.lock
44
coverage
55
*.cache
6+
kit

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
"psr/container": "^1.0 || ^2.0"
2525
},
2626
"require-dev": {
27-
"phpunit/phpunit": "^8|^9",
28-
"laminas/laminas-diactoros": "^3",
27+
"phpunit/phpunit": "^8 || ^9",
28+
"laminas/laminas-diactoros": "^2 || ^3",
2929
"friendsofphp/php-cs-fixer": "^3",
3030
"squizlabs/php_codesniffer": "^3.11",
31-
"oscarotero/php-cs-fixer-config": "^1",
32-
"phpstan/phpstan": "^2.1"
31+
"oscarotero/php-cs-fixer-config": "^1 || ^2",
32+
"phpstan/phpstan": "^1 || ^2"
3333
},
3434
"autoload": {
3535
"psr-4": {

0 commit comments

Comments
 (0)