Skip to content

Commit

Permalink
update autoloader, drop php 7.4 / ss4 support
Browse files Browse the repository at this point in the history
  • Loading branch information
lekoala committed Feb 9, 2024
1 parent cb7cd43 commit 017ff89
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
}
],
"require": {
"php": "^7.4 || ^8",
"silverstripe/recipe-plugin": "^1 || ^2",
"silverstripe/vendor-plugin": "^1 || ^2",
"silverstripe/framework": "^4.4 || ^5"
"php": "^8.1",
"silverstripe/recipe-plugin": "^2",
"silverstripe/vendor-plugin": "^2",
"silverstripe/framework": "^5"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
Expand All @@ -38,8 +38,8 @@
},
"autoload": {
"psr-4": {
"LeKoala\\pure-modal\\": "src/",
"LeKoala\\pure-modal\\Test\\": "tests/"
"LeKoala\\PureModal\\": "src/",
"LeKoala\\PureModal\\Test\\": "tests/"
}
},
"support": {
Expand Down

0 comments on commit 017ff89

Please sign in to comment.