Skip to content

Commit

Permalink
Merge branch '3.0' of github.com:Codeception/robo-paracept into 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vansari committed Nov 13, 2022
2 parents 7331c4d + 4c020f4 commit 7ed9242
Show file tree
Hide file tree
Showing 5 changed files with 1,151 additions and 2,039 deletions.
18 changes: 8 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
}
},
"require": {
"php": "^7.4 | ^8.0",
"consolidation/robo": "3.0.* | 4.0.*",
"symfony/finder": ">=2.7",
"php": "^8.1",
"consolidation/robo": "^4.0",
"symfony/finder": "^6.0",
"ext-dom": "*",
"ext-libxml": "*",
"ext-json": "*"
Expand All @@ -28,16 +28,14 @@
},
"require-dev": {
"roave/security-advisories": "dev-latest",
"codeception/codeception": "4.1.*",
"squizlabs/php_codesniffer": "^3.6.0",
"overtrue/phplint": "^3.0.0",
"friendsofphp/php-cs-fixer": "^3.0.0",
"phpunit/phpunit": ">=9.0",
"codeception/phpunit-wrapper": "^9.0.6"
"codeception/codeception": "^5.0",
"squizlabs/php_codesniffer": "^3.7",
"overtrue/phplint": "^5.3",
"phpunit/phpunit": "^9.5"
},
"config": {
"platform": {
"php": "7.4.0"
"php": "8.1.12"
}
},
"scripts": {
Expand Down
Loading

0 comments on commit 7ed9242

Please sign in to comment.