Skip to content

Commit

Permalink
Robo 5 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
prudloff-insite committed Oct 21, 2024
1 parent eb8d7b1 commit 7ad1976
Show file tree
Hide file tree
Showing 2 changed files with 725 additions and 457 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "GPL-2.0-or-later",
"config": {
"platform": {
"php": "7.1.3"
"php": "8.3.12"
}
},
"autoload": {
Expand All @@ -13,7 +13,7 @@
}
},
"require": {
"consolidation/robo": "^4.0"
"consolidation/robo": "^4.0 || ^5.0"
},
"scripts": {
"test": "echo 'Script called successfully'"
Expand Down
Loading

0 comments on commit 7ad1976

Please sign in to comment.