Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gibiw committed Feb 6, 2025
1 parent 594d0fb commit 2e208b7
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
}
],
"require": {
"php": "^8.0",
"phpunit/phpunit": "^9 || ^10 || ^11",
"qase/php-commons": "^2.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9"
"php": "^8.1",
"phpunit/phpunit": "^10 || ^11",
"qase/php-commons": "^2.0.1"
},
"autoload": {
"psr-4": {
Expand All @@ -37,13 +34,13 @@
"Tests\\": "tests/"
}
},
"version": "2.0.1",
"version": "2.0.2",
"scripts": {
"test": "phpunit"
},
"config": {
"platform": {
"php": "8.0"
"php": "8.1"
},
"allow-plugins": {
"composer/package-versions-deprecated": true,
Expand Down

0 comments on commit 2e208b7

Please sign in to comment.