Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
Add PHP 8.1 as a dependency
  • Loading branch information
AntonyThorpe committed Jun 14, 2024
1 parent 005604d commit c46f2ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Change Log of Consumer

* 4.0.0 Upgrade for PHP 8.1
* 3.0.0 Upgrade for SilverStripe 5
* 2.0.0 Upgrade for SilverStripe 4 and Namespaces
* 1.0.1 Remove dependency on burnbright/silverstripe-importexport
Expand Down
7 changes: 6 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,19 @@
"type": "silverstripe-vendormodule",
"keywords": ["Silverstripe", "BulkLoader", "JSON", "XML"],
"require": {
"php": "^8.1",
"silverstripe/framework": "^5.0.0"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.7.2"
},
"autoload": {
"psr-4": {
"AntonyThorpe\\Consumer\\": "src/",
"AntonyThorpe\\Consumer\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"AntonyThorpe\\Consumer\\Tests\\": "tests/"
}
},
Expand Down

0 comments on commit c46f2ce

Please sign in to comment.