Skip to content

Commit d6a35b6

Browse files
authored
Merge pull request #1131 from nextcloud/deps/opengraph
2 parents 020d0d3 + 0ddbaa9 commit d6a35b6

100 files changed

Lines changed: 10159 additions & 15 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,20 @@ doctrine/inflector/tests
5858
doctrine/lexer/composer.json
5959
doctrine/lexer/LICENSE
6060

61+
fusonic/linq/examples/
62+
fusonic/linq/tests/
63+
fusonic/linq/composer.json
64+
fusonic/linq/.gitignore
65+
fusonic/linq/README.md
66+
67+
fusonic/opengraph/examples/
68+
fusonic/opengraph/.gitattributes
69+
fusonic/opengraph/.gitignore
70+
fusonic/opengraph/.scrutinizer.yml
71+
fusonic/opengraph/composer.json
72+
fusonic/opengraph/phpunit.xml
73+
fusonic/opengraph/README.md
74+
6175
giggsey/libphonenumber-for-php/METADATA-VERSION.txt
6276

6377
giggsey/locale/CLDR-VERSION.txt

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"optimize-autoloader": true,
99
"classmap-authoritative": true,
1010
"platform": {
11-
"php": "7.3.0"
11+
"php": "7.4.0"
1212
},
1313
"sort-packages": true,
1414
"allow-plugins": {
@@ -25,6 +25,7 @@
2525
"deepdiver1975/tarstreamer": "v2.0.0",
2626
"doctrine/dbal": "3.1.4",
2727
"egulias/email-validator": "3.1.1",
28+
"fusonic/opengraph": "^2.2",
2829
"giggsey/libphonenumber-for-php": "^8.12.37",
2930
"guzzlehttp/guzzle": "^7.4.0",
3031
"icewind/searchdav": "^3.0",

composer.lock

Lines changed: 247 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)