aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/composer.json
Commit message (Collapse)AuthorAge
* removed dev suggestions from composer fileAndreas Gohr2025-03-15
| | | | Those are now specified in the _test composer file.
* Replace strftime with Intl ICU. Fixes #3573Andreas Gohr2024-10-30
| | | | | | | | | | | | | | | This uses a class that maps strftime placeholders to the appropriate ICU patterns. I am using the fallback-intl branch here which provides an English-only fallback when the intl extension is not available. Core has only two places where strftime is used: dformat() and the SimplePie feed parser. Both are adjusted with this patch. For the latter a custom Item class had to be registered. For better separation all our FeedParser classes have been moved to the Feed namespace where our FeedCreator classes already reside. Note that this will currently be a degration for users without intl as it will fall back to date and not to the still available strftime.
* replace LESS library. fixes #4088Andreas Gohr2024-02-02
| | | | | | | This replaces the abandoned fork with my own fork at splitbrain/lesserphp That fork has been cleaned up somewhat and the issues in #4088 should be fixed.
* upgrade to phpseclib 3Andreas Gohr2024-01-12
| | | | | This replaces the dependabot PR #4114 and adjusts the usage of the library.
* increase required PHP version to 7.4Andreas Gohr2023-06-09
|
* Fix recommended typoElan Ruusamäe2023-04-03
|
* extracted JS compressor into its own libraryAndreas Gohr2023-03-29
| | | | This moves our JavaScript compressor into its own composer dependency.
* updated repo linksAndreas Gohr2023-03-23
|
* update to lesserphp 0.6Andreas Gohr2023-01-31
|
* move IXR XML RPC to composer dependency #1970Andreas Gohr2021-09-16
| | | | | | | This is a monky patched version of kissyfrot/php-ixr until my PR has been accepted upstream. Plugins using the XML RPC client may need adjustments.
* Fix for Remove random_compat, no longer needed #3262Martijn Ras2021-01-08
|
* added Slika as dependencyAndreas Gohr2020-09-01
|
* increase minimum PHP version to 7.2Andreas Gohr2020-08-12
|
* temporarily use geshi master #3108Andreas Gohr2020-07-27
| | | | | | | GeSHi/geshi-1.0#134 has been merged but a new release tag hasn't been assigned, yet. Since this may take a while, this patch requires the master branch. It should be reverted to a proper version again once it's available.
* dependency upgradesAndreas Gohr2020-05-01
| | | | All composer dependencies have been updated
* Force Travis CI PHPUnit version to 7 on PHP 7.2+, fixes #2693Phy2019-02-14
|
* replace Doku_CLI with splitbrain\phpcli\CLIAndreas Gohr2017-11-10
| | | | It has few more features (like turning down verbosity) and looks nicer
* fix platform to the minimum requirementAndreas Gohr2017-09-01
| | | | | this ensures installed composer libraries will be compatible even when installed from a higher version platform
* Merge branch 'master' into lesserphpAndreas Gohr2017-08-15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (70 commits) Release preparation translation update do not disclose email or IP addresses of users through RSS small fix Make default encapsulation more readable and less duplicate. Replace htmlspecialchars to hsc in core Add the preview-bool for the cache file. Add htmlspecialchars when showing $DATE_AT #2021 broken links to W3C validators also dokuwiki and php are on https made bin/wantedpage.php more flexible doc abbreviation Fix PHP Notices: Reduce error log noise Create valid empty options translation update doc fix translation update using $options->getCmd to retrieve show-pages parameter added option to wantedpages.php to show or not show pages where broken links occur show pages where broken links occur: page_id => broken_link clean extension names. fixes #2042 ...
| * moved EmailAdressValidator to composer install #1970Andreas Gohr2017-05-26
| |
| * use composer based library for feed creator #1970Andreas Gohr2017-05-18
| |
| * updated GeSHi to 1.0.9.0Andreas Gohr2017-05-15
| |
* | replace LESS compiler with lesserphpAndreas Gohr2017-05-12
|/ | | | | This is a better maintained fork of lessphp. It seems to be fully compatible, so this is more or less a drop in replacement.
* increase minimum version requirement to PHP 5.6Andreas Gohr2017-03-31
|
* updated SimplePie and moved to composer based install. #1800Andreas Gohr2017-01-18
| | | | | | This updates the SimplePie RSS parser to the recent 1.4.3 release, fixing an PHP 7 bug (and probably others). We now use a composer based install.
* Extending composer.json file to include more info and more packagesgmponos2017-01-04
|
* Merge branch 'master' into phpseclibAndreas Gohr2016-11-30
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (54 commits) updated geshi authpdo - use type safe comparison on passwords. fixes #1765 removed unneeded files from random_compat Use cryptographically secure pseudo random number generator (CSPRNG) translation update translation update translation update translation update translation update or maybe I only now figured out the right travis config :-/ disable 7.1 testing completely allow 7.1 failures until it's released #1682 DE translation for key 'protected' Use 'Benachrichtigung' instead of 'Notifikation' Fix spelling of some terms (lower to upper case) DE translation for key: addUser_error_missing_pass DE translation for keys: update_name, update_mail translation update translation update Implemented interwiki substitution for external images (issue #1614). ...
| * Use cryptographically secure pseudo random number generator (CSPRNG)Niklas Keller2016-11-20
| | | | | | | | | | | | | | | | Uses paragonie/random_compat instead of insecure home-brewed code. It's NEVER fine to fall back to mt_rand() for secure random. Fixes #1760.
* | Use composer installed phpseclibAndreas Gohr2016-09-06
|/ | | | | | | | We used to ship only parts of phpseclib in inc/phpseclib which made it a little tricky to update. This replaces the library with a composer installed version, making the rest of the library available to plugin authors. It might fix a problem with PHP 7.1 as reported in #1682 (unconfirmed)
* switched geshi higlighter to composer based repositoryAndreas Gohr2015-05-15
|
* added composer setup and the first composer package php-archiveAndreas Gohr2015-05-15