Skip to content

Commit

Permalink
Raise requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
malberts committed Apr 26, 2024
1 parent 9582e15 commit 8a2c564
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
"php": ">=8.0.0",
"ext-dom": "*",
"ext-filter": "*",
"composer/installers": "^2|^1.0.12",
"mediawiki/bootstrap": "^4.5",
"jeroen/file-fetcher": "^6|^5|^4.4",
"composer/installers": "^2",
"mediawiki/bootstrap": "^5.0",
"jeroen/file-fetcher": "^6",
"psr/http-message": "^1"
},
"require-dev": {
Expand Down
10 changes: 6 additions & 4 deletions skin.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,20 @@
"Morne Alberts",
"[https://www.EntropyWins.wtf/mediawiki Jeroen De Dauw]"
],
"version": "4.3.0",
"version": "5.0.0-dev",
"url": "https://www.mediawiki.org/wiki/Skin:Chameleon",
"descriptionmsg": "chameleon-desc",
"license-name": "GPL-3.0-or-later",
"requires": {
"MediaWiki": ">= 1.35.0",
"MediaWiki": ">= 1.39.0",
"extensions": {
"Bootstrap": "~4.5"
"Bootstrap": "~5.0"
}
},
"AutoloadNamespaces": {
"Skins\\Chameleon\\": "src/",
"Skins\\Chameleon\\": "src/"
},
"TestAutoloadNamespaces": {
"Skins\\Chameleon\\Tests\\": "tests/phpunit/"
},
"MessagesDirs": {
Expand Down

0 comments on commit 8a2c564

Please sign in to comment.