Skip to content

Commit 323b443

Browse files
authored
Merge pull request #26 from php-school/php81-support
Support PHP 8.1
2 parents b57d1b2 + bbe673b commit 323b443

File tree

3 files changed

+413
-540
lines changed

3 files changed

+413
-540
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
}
1313
],
1414
"require" : {
15-
"php" : ">=7.3",
16-
"php-school/php-workshop": "^4.0"
15+
"php": ">=7.3",
16+
"php-school/php-workshop": "^4.0.1"
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^9",
20-
"squizlabs/php_codesniffer": "^3.5",
20+
"squizlabs/php_codesniffer": "^3.7",
2121
"composer/composer": "^2.0",
22-
"phpstan/phpstan": "^0.12.52"
22+
"phpstan/phpstan": "^1.8.11"
2323
},
2424
"autoload" : {
2525
"psr-4" : {

0 commit comments

Comments
 (0)