Skip to content

Commit

Permalink
6.0 (#35)
Browse files Browse the repository at this point in the history
Set php 8 as the minimal version.
Some fixes related to php8
Some lint changes
  • Loading branch information
magnetik authored Oct 26, 2021
1 parent c42664b commit 8d9d1d4
Show file tree
Hide file tree
Showing 41 changed files with 556 additions and 1,378 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We use [Composer](https://getcomposer.org/):
```
{
"require": {
"maniaplanet/dedicated-server-api": "^5.0"
"maniaplanet/dedicated-server-api": "^6.0"
}
}
```
19 changes: 10 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,32 @@
{
"name": "maniaplanet/dedicated-server-api",
"type": "library",
"description": "XML-RPC library to connect to ManiaPlanet server",
"keywords": ["ManiaPlanet", "ShootMania", "TrackMania"],
"description": "XML-RPC library to connect to Maniaplanet server",
"keywords": ["Maniaplanet", "Shootmania", "Trackmania"],
"homepage": "https://github.com/maniaplanet/dedicated-server-api",
"license": "LGPL-3.0",
"license": "LGPL-3.0",
"authors": [
{
"name": "NadeoLive",
"email": "livedev@nadeo.com",
"name": "Nadeo",
"email": "contact@nadeo.com",
"homepage": "http://www.nadeo.com/"
}
],
"support": {
"support": {
"forum": "http://forum.maniaplanet.com/viewforum.php?f=40"
},
"require": {
"php": ">=5.3"
"php": "^8.0",
"ext-sockets": "*"
},
"autoload": {
"psr-4": {
"Maniaplanet\\": "libraries/Maniaplanet"
"Maniaplanet\\": "src/Maniaplanet"
}
},
"extra": {
"branch-alias": {
"dev-master": "5.0.x-dev"
"dev-master": "6.0.x-dev"
}
}
}
Loading

0 comments on commit 8d9d1d4

Please sign in to comment.