Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 21 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
.DS_Store
bin
*/**/phpstan.neon
*/**/phpstan.neon.license
*/**/phpstan-baseline.neon
*/**/phpstan-baseline.neon.license
.php_cs.dist
# ignore editor config
**/*.editorconfig
# ignore demo files
**/.travis.yml
# ignore renovate configs
**/renovate.json
**/renovate.json.license
# ignore .github files
**/*/.forgejo
**/*/.github
# ignore changelogs
**/CHANGELOG.md
Expand All @@ -18,10 +22,12 @@ bin
**/CODE_OF_CONDUCT.md
# ignore codecov
*/*/codecov.yml
*/*/codecov.yml.license
# ignore composer.json
*/*/composer.json
*/*/composer.json.license
*/*/composer.lock
*/*/composer.lock.license
# ignore README and UPGRADE
*/**/README.md
*/**/README.rst
Expand All @@ -35,7 +41,9 @@ bin
*/*/psalm.xml
*/*/psalm.xml.license
*/*/psalm.baseline.xml
*/*/psalm.baseline.xml.license
*/*/psalm-baseline.xml
*/*/psalm-baseline.xml.license
*/*/phpcs.xml
*/*/phpcs.xml.dist
*/*/.php-cs-fixer.php
Expand Down Expand Up @@ -86,6 +94,19 @@ guzzlehttp/guzzle/build/
guzzlehttp/guzzle/docs/
guzzlehttp/guzzle/MAKEFILE

icewind/smb/.envrc
icewind/smb/.envrc.license
icewind/smb/example-sso-kerberos.php
icewind/smb/install_libsmbclient.sh
icewind/smb/example.php
icewind/smb/flake.lock
icewind/smb/flake.lock.license
icewind/smb/flake.nix
icewind/smb/flake.nix.license
icewind/smb/Makefile
icewind/smb/stubs
icewind/smb/tests

justinrainbow/json-schema/demo

kornrunner/blurhash/test
Expand Down Expand Up @@ -167,11 +188,3 @@ symfony/routing/Tests/
thecodingmachine/safe/rector-migrate-0.7.php

wapmorgan/mp3info/_config.yml

icewind/smb/example-sso-kerberos.php
icewind/smb/example.php
icewind/smb/install_libsmbclient.sh
icewind/smb/tests
icewind/smb/Makefile


2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"giggsey/libphonenumber-for-php-lite": "^9.0.9",
"guzzlehttp/guzzle": "^7.9.3",
"icewind/searchdav": "^3.2.0",
"icewind/smb": "^3.7",
"icewind/smb": "^3.8.1",
"icewind/streams": "^0.7.8",
"kornrunner/blurhash": "^1.2",
"laravel/serializable-closure": "^2.0.4",
Expand Down
29 changes: 9 additions & 20 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading