diff --git a/composer.json b/composer.json
index 19d0d6c..cdae204 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
   ],
   "require": {
     "php": ">=7.2",
-    "jgrossi/corcel": "^4.0|^5.0"
+    "jgrossi/corcel": "^4.0|^5.0|^6.0|^7.0"
   },
   "require-dev": {
     "phpunit/phpunit": "^8.4|^9.0"
diff --git a/readme.md b/readme.md
index 1efe74e..2394710 100644
--- a/readme.md
+++ b/readme.md
@@ -25,6 +25,7 @@ For more information about how Corcel works please visit [the repository](http:/
 :----------|:---------|:----------
  `^4.0`    | 7.x      | `>=7.2`
  `^5.0`    | 8.x      | `>=7.3`
+ `^6.0`    | 9.x      | `>=7.3`
 
 # Installation