<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in autoload_psr4.php</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2025</copyright>
    <generator>Java</generator><item>
        <title>db9267247e06d4aae1a33463c71b2c22d7f7a2a7 - Replace strftime with Intl ICU. Fixes #3573</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#db9267247e06d4aae1a33463c71b2c22d7f7a2a7</link>
        <description>Replace strftime with Intl ICU. Fixes #3573This uses a class that maps strftime placeholders to the appropriate ICUpatterns. I am using the fallback-intl branch here which provides anEnglish-only fallback when the intl extension is not available.Core has only two places where strftime is used: dformat() and theSimplePie feed parser. Both are adjusted with this patch. For the lattera custom Item class had to be registered. For better separation all ourFeedParser classes have been moved to the Feed namespace where ourFeedCreator classes already reside.Note that this will currently be a degration for users without intl asit will fall back to date and not to the still available strftime.

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Fri, 26 Jan 2024 18:34:12 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>e6380ba37d6b3f7dd03146b3c03030ccc8c1b297 - replace LESS library. fixes #4088</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#e6380ba37d6b3f7dd03146b3c03030ccc8c1b297</link>
        <description>replace LESS library. fixes #4088This replaces the abandoned fork with my own fork at splitbrain/lesserphpThat fork has been cleaned up somewhat and the issues in #4088 should befixed.

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Fri, 02 Feb 2024 14:01:14 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>927933f55f286c8bea68959a13975cbcb59eb8ee - upgrade to phpseclib 3</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#927933f55f286c8bea68959a13975cbcb59eb8ee</link>
        <description>upgrade to phpseclib 3This replaces the dependabot PR #4114 and adjusts the usage of thelibrary.

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Wed, 29 Nov 2023 10:01:20 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>64d8abdb11b92482cec4f0ec0320b91fea20322f - updated composer dependencies</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#64d8abdb11b92482cec4f0ec0320b91fea20322f</link>
        <description>updated composer dependenciesupdates may also be caused by the php platform version increase in the lastcommit

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Fri, 09 Jun 2023 19:13:23 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>af28745a55598899ff91b5048e6acff9cd2ed1d8 - extracted JS compressor into its own library</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#af28745a55598899ff91b5048e6acff9cd2ed1d8</link>
        <description>extracted JS compressor into its own libraryThis moves our JavaScript compressor into its own composer dependency.

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Sun, 12 Mar 2023 10:27:22 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>2afbbbaeea08091e19cadcd631ed59a224ff0d59 - updated composer dependencies</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#2afbbbaeea08091e19cadcd631ed59a224ff0d59</link>
        <description>updated composer dependencies

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Tue, 31 Jan 2023 11:38:47 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>d3233986baa7dfe44490b805ae2e4296fad59401 - upgraded UniversalFeedCreator to v1.8.4.1</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#d3233986baa7dfe44490b805ae2e4296fad59401</link>
        <description>upgraded UniversalFeedCreator to v1.8.4.1fixes #3651

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Thu, 12 May 2022 08:27:16 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>7f8f24562b596c56d79e46eba9f82780df5725cb - move IXR XML RPC to composer dependency #1970</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#7f8f24562b596c56d79e46eba9f82780df5725cb</link>
        <description>move IXR XML RPC to composer dependency #1970This is a monky patched version of kissyfrot/php-ixr until my PR hasbeen accepted upstream.Plugins using the XML RPC client may need adjustments.

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Thu, 16 Sep 2021 13:22:50 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>92a8473a9092ab27ad01395a27c47e2679f56d86 - added Slika as dependency</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#92a8473a9092ab27ad01395a27c47e2679f56d86</link>
        <description>added Slika as dependency

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Wed, 06 May 2020 17:45:09 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>cbeaa4a0479ce7023201d4032978899ffaceb187 - replace Doku_CLI with splitbrain\phpcli\CLI</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#cbeaa4a0479ce7023201d4032978899ffaceb187</link>
        <description>replace Doku_CLI with splitbrain\phpcli\CLIIt has few more features (like turning down verbosity) and looks nicer

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Fri, 10 Nov 2017 13:18:18 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
<item>
        <title>59419fd02219a2bf13b3e66cde6d6ea5da43bc48 - Use composer installed phpseclib</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#59419fd02219a2bf13b3e66cde6d6ea5da43bc48</link>
        <description>Use composer installed phpseclibWe used to ship only parts of phpseclib in inc/phpseclib which made it alittle tricky to update. This replaces the library with a composerinstalled version, making the rest of the library available to pluginauthors. It might fix a problem with PHP 7.1 as reported in #1682(unconfirmed)

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Tue, 06 Sep 2016 10:12:46 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;gohr@cosmocode.de&gt;</dc:creator>
    </item>
<item>
        <title>605f8e8d0e501057749c50581087ce05089c1af3 - added composer setup and the first composer package php-archive</title>
        <link>http://127.0.0.1:8080/history/dokuwiki/vendor/composer/autoload_psr4.php#605f8e8d0e501057749c50581087ce05089c1af3</link>
        <description>added composer setup and the first composer package php-archive

            List of files:
            /dokuwiki/vendor/composer/autoload_psr4.php</description>
        <pubDate>Fri, 15 May 2015 13:17:39 +0000</pubDate>
        <dc:creator>Andreas Gohr &lt;andi@splitbrain.org&gt;</dc:creator>
    </item>
</channel>
</rss>
