File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,13 +21,10 @@ See [ogp.me](http://ogp.me) for information on the Open Graph protocol.
2121
2222## Installation
2323
24- The most flexible installation method is using Composer: Simply create a composer.json file in the root of your project:
25- ``` json
26- {
27- "require" : {
28- "fusonic/opengraph" : " ^2.0"
29- }
30- }
24+ The most flexible installation method is using Composer:
25+
26+ ``` bash
27+ composer require fusonic/opengraph
3128```
3229
3330Install composer and run install command:
Original file line number Diff line number Diff line change 2424 "require" : {
2525 "php" : " ^7.4|^8.0" ,
2626 "ext-dom" : " *" ,
27- "symfony/dom-crawler" : " ^3.0|^4.0|^5.0" ,
28- "symfony/css-selector" : " ^3.0|^4.0|^5.0" ,
27+ "symfony/dom-crawler" : " ^3.0|^4.0|^5.0|^6.0 " ,
28+ "symfony/css-selector" : " ^3.0|^4.0|^5.0|^6.0 " ,
2929 "fusonic/linq" : " ^1.0" ,
3030 "psr/http-client" : " ^1.0" ,
3131 "psr/http-factory" : " ^1.0"
3232 },
3333 "require-dev" : {
3434 "phpunit/phpunit" : " ^9.0" ,
35- "symfony/http-client" : " ^5 .0" ,
35+ "symfony/http-client" : " ^6 .0" ,
3636 "nyholm/psr7" : " ^1.2"
3737 },
3838 "suggest" : {
You can’t perform that action at this time.
0 commit comments