Skip to content

Commit

Permalink
Update dependencies as far as 7.2 can get me
Browse files Browse the repository at this point in the history
  • Loading branch information
donatj committed Nov 3, 2023
1 parent d519294 commit 90e36e2
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",

"donatj/flags": "~1.4",
"donatj/cli-toolkit": "~0.2",
"donatj/cli-toolkit": "^0.3.1",
"donatj/flags": "^1.5",
"donatj/mddom": "^0.2.0",
"phpdocumentor/reflection": "~5.1",
"symfony/polyfill-php80": "^1.23"
"phpdocumentor/reflection": "~5.2.0",
"symfony/polyfill-php80": "^1.28"
},
"require-dev": {
"donatj/drop": "~1.0",
"friendsofphp/php-cs-fixer": "^3.0",
"squizlabs/php_codesniffer": "^3.5",
"corpus/coding-standard": "^0.6.0",
"php-parallel-lint/php-parallel-lint": "^1.3"
"donatj/drop": "~1.0",
"friendsofphp/php-cs-fixer": "^3.3",
"php-parallel-lint/php-parallel-lint": "^1.3",
"squizlabs/php_codesniffer": "^3.7"
},
"license": "MIT",
"authors": [
Expand All @@ -38,6 +37,7 @@
"config": {
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"sort-packages": true
}
}

0 comments on commit 90e36e2

Please sign in to comment.