Skip to content

Commit

Permalink
Add platform dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Zverik committed Jun 24, 2024
1 parent a0a4fa3 commit ba3df84
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
"description": "Web-based OpenStreetMap Editor",
"type": "project",
"require": {
"jbelien/oauth2-openstreetmap": "^0.1.2"
"jbelien/oauth2-openstreetmap": "^0.1.2",
"php": ">=7.4",
"ext-sqlite3": ">=7.4",
"ext-xml": ">=7.4",
"ext-mbstring": ">=7.4"
},
"require-dev": {
"phpunit/phpunit": "^11.2",
Expand Down

0 comments on commit ba3df84

Please sign in to comment.