Skip to content

Commit

Permalink
Merge pull request #1131 from nextcloud/deps/opengraph
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl authored Aug 30, 2022
2 parents 020d0d3 + 0ddbaa9 commit d6a35b6
Show file tree
Hide file tree
Showing 100 changed files with 10,159 additions and 15 deletions.
14 changes: 14 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,20 @@ doctrine/inflector/tests
doctrine/lexer/composer.json
doctrine/lexer/LICENSE

fusonic/linq/examples/
fusonic/linq/tests/
fusonic/linq/composer.json
fusonic/linq/.gitignore
fusonic/linq/README.md

fusonic/opengraph/examples/
fusonic/opengraph/.gitattributes
fusonic/opengraph/.gitignore
fusonic/opengraph/.scrutinizer.yml
fusonic/opengraph/composer.json
fusonic/opengraph/phpunit.xml
fusonic/opengraph/README.md

giggsey/libphonenumber-for-php/METADATA-VERSION.txt

giggsey/locale/CLDR-VERSION.txt
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
"php": "7.3.0"
"php": "7.4.0"
},
"sort-packages": true,
"allow-plugins": {
Expand All @@ -25,6 +25,7 @@
"deepdiver1975/tarstreamer": "v2.0.0",
"doctrine/dbal": "3.1.4",
"egulias/email-validator": "3.1.1",
"fusonic/opengraph": "^2.2",
"giggsey/libphonenumber-for-php": "^8.12.37",
"guzzlehttp/guzzle": "^7.4.0",
"icewind/searchdav": "^3.0",
Expand Down
249 changes: 247 additions & 2 deletions composer.lock

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

Loading

0 comments on commit d6a35b6

Please sign in to comment.