summaryrefslogtreecommitdiff
path: root/www/wiki/extensions
diff options
context:
space:
mode:
authorYaco <franco@reevo.org>2019-03-07 17:32:39 -0300
committerYaco <franco@reevo.org>2019-03-07 17:32:39 -0300
commitac600636b278350d351b3cbd1e34c330289996d5 (patch)
tree816a03d10b599cbf8a29fcdfaab0d702c2c3d028 /www/wiki/extensions
parent4c752f0de93f34d675822dc75daab9cb57cb4a3c (diff)
actualizacion via composer
Diffstat (limited to 'www/wiki/extensions')
-rw-r--r--www/wiki/extensions/Bootstrap/Bootstrap.php2
-rw-r--r--www/wiki/extensions/Bootstrap/README.md8
-rw-r--r--www/wiki/extensions/Bootstrap/composer.json3
3 files changed, 5 insertions, 8 deletions
diff --git a/www/wiki/extensions/Bootstrap/Bootstrap.php b/www/wiki/extensions/Bootstrap/Bootstrap.php
index 116fe7ad..805c0434 100644
--- a/www/wiki/extensions/Bootstrap/Bootstrap.php
+++ b/www/wiki/extensions/Bootstrap/Bootstrap.php
@@ -48,7 +48,7 @@ call_user_func( function () {
/**
* The extension version
*/
- define( 'BS_VERSION', '1.2.3' );
+ define( 'BS_VERSION', '1.3.0' );
// register the extension
$GLOBALS[ 'wgExtensionCredits' ][ 'other' ][ ] = array(
diff --git a/www/wiki/extensions/Bootstrap/README.md b/www/wiki/extensions/Bootstrap/README.md
index fbd1ccef..880427a6 100644
--- a/www/wiki/extensions/Bootstrap/README.md
+++ b/www/wiki/extensions/Bootstrap/README.md
@@ -9,17 +9,15 @@ front-end framework to skins and extensions.
## Requirements
- PHP 5.3.2 or later
-- MediaWiki 1.22 or later
+- MediaWiki 1.27 or later
- [Composer][composer]
## Installation
1. On a command line go to your MediaWiki installation directory
-2. If necessary (on MediaWiki up to 1.23) copy the file `composer.json.example`
- to `composer.json`
-3. With Composer installed, run
+2. With Composer installed, run
`composer require "mediawiki/bootstrap:~1.0"`
-4. __Done:__ Navigate to _Special:Version_ on your wiki to verify that the
+3. __Done:__ Navigate to _Special:Version_ on your wiki to verify that the
extension is successfully installed.
## Documentation
diff --git a/www/wiki/extensions/Bootstrap/composer.json b/www/wiki/extensions/Bootstrap/composer.json
index 49387b86..f8a72ebe 100644
--- a/www/wiki/extensions/Bootstrap/composer.json
+++ b/www/wiki/extensions/Bootstrap/composer.json
@@ -27,8 +27,7 @@
},
"require" : {
"php" : ">=5.3.0",
- "composer/installers": "1.*,>=1.0.1",
- "oyejorge/less.php" : "~1.0,>=1.7.0.9,!=1.7.0.13"
+ "composer/installers": "1.*,>=1.0.1"
},
"autoload" : {
"files": [