Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thorewi authored May 28, 2023
1 parent 2cb346a commit eff0beb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"type": "library",
"license": ["MIT", "BSD-3-Clause", "GPL-2.0", "GPL-3.0"],
"require": {
"nette/utils": "^2.4 | ^3.0",
"nette/utils": "^2.4 | ^3.0 | ^4.0",
"nette/http": "^2.4 | ^3.0"
},
"autoload": {
"psr-4": {
"ADT\\": "src/"
}
}
}
}

0 comments on commit eff0beb

Please sign in to comment.