Skip to content

Commit

Permalink
Merge pull request #26 from php-school/php81-support
Browse files Browse the repository at this point in the history
Support PHP 8.1
  • Loading branch information
AydinHassan authored Nov 2, 2022
2 parents b57d1b2 + bbe673b commit 323b443
Show file tree
Hide file tree
Showing 3 changed files with 413 additions and 540 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
}
],
"require" : {
"php" : ">=7.3",
"php-school/php-workshop": "^4.0"
"php": ">=7.3",
"php-school/php-workshop": "^4.0.1"
},
"require-dev": {
"phpunit/phpunit": "^9",
"squizlabs/php_codesniffer": "^3.5",
"squizlabs/php_codesniffer": "^3.7",
"composer/composer": "^2.0",
"phpstan/phpstan": "^0.12.52"
"phpstan/phpstan": "^1.8.11"
},
"autoload" : {
"psr-4" : {
Expand Down
Loading

0 comments on commit 323b443

Please sign in to comment.