Skip to content

Commit

Permalink
Merge pull request #56 from creative-commoners/pulls/3/major-deps
Browse files Browse the repository at this point in the history
DEP Update core dependencies for CMS 5
  • Loading branch information
GuySartorelli authored Aug 8, 2022
2 parents d5bb5e1 + c8916a3 commit 1b48d07
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
}
],
"require": {
"php": "^8.1",
"ext-fileinfo": "*",
"silverstripe/framework": "^4.10",
"php": "^7.4 || ^8"
"silverstripe/framework": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.0",
"nikic/php-parser": "^3 || ^4",
"nikic/php-parser": "^4",
"monolog/monolog": "~1.16"
},
"autoload": {
Expand All @@ -37,4 +37,4 @@
"extra": [],
"minimum-stability": "dev",
"prefer-stable": true
}
}

0 comments on commit 1b48d07

Please sign in to comment.