Skip to content

Commit

Permalink
version 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
engram-design committed May 13, 2024
1 parent 5ca3104 commit cf84628
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Changelog

## 4.0.0-beta.1 - 2024-03-04
## 4.0.0 - 2024-05-13

### Changed
- Now requires PHP `8.2.0+`.
- Now requires Craft `5.0.0-beta.1+`.
- Now requires Craft `5.0.0+`.

## 3.1.1 - 2023-09-19

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "verbb/kint",
"description": "Adds Kint, an in-app PHP debugger for use in Twig and PHP.",
"type": "craft-plugin",
"version": "4.0.0-beta.1",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
Expand Down Expand Up @@ -30,10 +30,10 @@
],
"require": {
"php": "^8.2",
"craftcms/cms": "^5.0.0-beta.1",
"craftcms/cms": "^5.0.0",
"kint-php/kint": "^4.0",
"kint-php/kint-twig": "^3.0",
"verbb/base": "^3.0.0-beta.1"
"verbb/base": "^3.0.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit cf84628

Please sign in to comment.