Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 54929d5

Browse files
felixuref3l1x
authored andcommitted
Composer: require PHP 8.2, use full version format
1 parent 6445c0b commit 54929d5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@
1616
}
1717
],
1818
"require": {
19-
"php": ">=8.1",
19+
"php": ">=8.2",
2020
"nette/mail": "^4.0.2",
2121
"nette/utils": "^4.0.3"
2222
},
2323
"require-dev": {
24+
"contributte/phpstan": "^0.1.0",
25+
"contributte/qa": "^0.4.0",
26+
"contributte/tester": "^0.4.0",
2427
"mockery/mockery": "^1.6.6",
25-
"contributte/qa": "^0.4",
26-
"contributte/tester": "^0.4",
27-
"contributte/phpstan": "^0.1",
2828
"nette/di": "^3.1.2",
2929
"tracy/tracy": "^2.10.2"
3030
},

0 commit comments

Comments
 (0)