Branch: refs/heads/master
Home: https://github.com/s9y/Serendipity
Commit: 60529329eb306ee186323fdc1c238dceca34e221
https://github.com/s9y/Serendipity/commit/60529329eb306ee186323fdc1c238dceca34e221
Author: onli <on...@pa...>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
A bundled-libs/HTTP
R bundled-libs/HTTP/BUNDLE_NOTICE
R bundled-libs/HTTP/Request.php
R bundled-libs/HTTP/Request/Listener.php
R bundled-libs/HTTP/Request2.php
R bundled-libs/HTTP/Request2/Adapter.php
R bundled-libs/HTTP/Request2/Adapter/Curl.php
R bundled-libs/HTTP/Request2/Adapter/Mock.php
R bundled-libs/HTTP/Request2/Adapter/Socket.php
R bundled-libs/HTTP/Request2/CookieJar.php
R bundled-libs/HTTP/Request2/Exception.php
R bundled-libs/HTTP/Request2/MultipartBody.php
R bundled-libs/HTTP/Request2/Observer/Log.php
R bundled-libs/HTTP/Request2/Observer/UncompressingDownload.php
R bundled-libs/HTTP/Request2/PEAR/Exception.php
R bundled-libs/HTTP/Request2/Response.php
R bundled-libs/HTTP/Request2/SOCKS5.php
R bundled-libs/HTTP/Request2/SocketWrapper.php
M bundled-libs/autoload.php
M bundled-libs/composer/ClassLoader.php
M bundled-libs/composer/InstalledVersions.php
M bundled-libs/composer/autoload_classmap.php
M bundled-libs/composer/autoload_files.php
M bundled-libs/composer/autoload_namespaces.php
M bundled-libs/composer/autoload_psr4.php
M bundled-libs/composer/autoload_real.php
M bundled-libs/composer/autoload_static.php
A bundled-libs/composer/include_paths.php
M bundled-libs/composer/installed.json
M bundled-libs/composer/installed.php
A bundled-libs/composer/platform_check.php
A bundled-libs/pear/http_request2/Changelog.md
A bundled-libs/pear/http_request2/HTTP/Request2.php
A bundled-libs/pear/http_request2/HTTP/Request2/Adapter.php
A bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Curl.php
A bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Mock.php
A bundled-libs/pear/http_request2/HTTP/Request2/Adapter/Socket.php
A bundled-libs/pear/http_request2/HTTP/Request2/ConnectionException.php
A bundled-libs/pear/http_request2/HTTP/Request2/CookieJar.php
A bundled-libs/pear/http_request2/HTTP/Request2/Exception.php
A bundled-libs/pear/http_request2/HTTP/Request2/LogicException.php
A bundled-libs/pear/http_request2/HTTP/Request2/MessageException.php
A bundled-libs/pear/http_request2/HTTP/Request2/MultipartBody.php
A bundled-libs/pear/http_request2/HTTP/Request2/NotImplementedException.php
A bundled-libs/pear/http_request2/HTTP/Request2/Observer/Log.php
A bundled-libs/pear/http_request2/HTTP/Request2/Observer/UncompressingDownload.php
A bundled-libs/pear/http_request2/HTTP/Request2/Response.php
A bundled-libs/pear/http_request2/HTTP/Request2/SOCKS5.php
A bundled-libs/pear/http_request2/HTTP/Request2/SocketWrapper.php
A bundled-libs/pear/http_request2/README.md
A bundled-libs/pear/http_request2/composer.json
A bundled-libs/pear/http_request2/data/generate-list.php
A bundled-libs/pear/http_request2/data/public-suffix-list.php
A bundled-libs/pear/http_request2/docs/LICENSE
A bundled-libs/pear/net_url2/.gitignore
A bundled-libs/pear/net_url2/.scrutinizer.yml
A bundled-libs/pear/net_url2/.travis.yml
A bundled-libs/pear/net_url2/Net/URL2.php
A bundled-libs/pear/net_url2/README.md
A bundled-libs/pear/net_url2/composer.json
A bundled-libs/pear/net_url2/docs/6470.php
A bundled-libs/pear/net_url2/docs/BSD-3-CLAUSE-Heyes
A bundled-libs/pear/net_url2/docs/example.php
A bundled-libs/pear/net_url2/package.xml
A bundled-libs/pear/net_url2/phpunit.xml.dist
A bundled-libs/pear/net_url2/tests/AllTests.php
A bundled-libs/pear/net_url2/tests/Net/URL2Test.php
A bundled-libs/pear/pear_exception/LICENSE
A bundled-libs/pear/pear_exception/PEAR/Exception.php
A bundled-libs/pear/pear_exception/composer.json
M bundled-libs/psr/simple-cache/composer.json
M bundled-libs/psr/simple-cache/src/CacheException.php
M bundled-libs/psr/simple-cache/src/CacheInterface.php
M composer.json
Log Message:
-----------
Include HTTP_Request2 via composer, update it
Keep old include path working viia a symlink, which should by now work in Linux and Windows. To be tested. This approach drops the old HTTP/Request dependency.
Commit: c023b83c13963565bc971d8c0413021448ce2ecb
https://github.com/s9y/Serendipity/commit/c023b83c13963565bc971d8c0413021448ce2ecb
Author: onli <on...@pa...>
Date: 2023-09-05 (Tue, 05 Sep 2023)
Changed paths:
M .gitignore
A composer.lock
Log Message:
-----------
Add composer.lock to repo
As we include all the bundled dependencies in the repo, the lock file is also needed for managing those properly.
Compare: https://github.com/s9y/Serendipity/compare/52998e1eda64...c023b83c1396
|