Skip to content

Commit

Permalink
Fix phpunit deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
SerafimArts committed Aug 1, 2024
1 parent 2297863 commit abecb21
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,20 @@
}
],
"require": {
"php": "^7.4|^8.0",
"phplrt/lexer": "^3.6",
"phplrt/visitor": "^3.6",
"phplrt/position": "^3.6",
"phplrt/parser": "^3.6",
"symfony/deprecation-contracts": "^2.5|^3.0",
"symfony/polyfill-php80": "^1.29"
"php": "^8.1",
"phplrt/lexer": "^4.0",
"phplrt/visitor": "^4.0",
"phplrt/position": "^4.0",
"phplrt/parser": "^4.0",
"symfony/deprecation-contracts": "^2.5|^3.0"
},
"autoload": {
"psr-4": {
"Phplrt\\Compiler\\": "src"
}
},
"require-dev": {
"phpunit/phpunit": "^9.6|^10.0",
"phpunit/phpunit": "^10.5|^11.0",
"phpstan/extension-installer": "^1.4",
"phpstan/phpstan": "^1.11",
"phpstan/phpstan-strict-rules": "^1.6"
Expand All @@ -42,8 +41,8 @@
},
"extra": {
"branch-alias": {
"dev-master": "3.x-dev",
"dev-main": "3.x-dev"
"dev-master": "4.x-dev",
"dev-main": "4.x-dev"
}
},
"config": {
Expand Down

0 comments on commit abecb21

Please sign in to comment.