composer require illuminate/contracts

This commit is contained in:
2026-06-27 10:52:11 -04:00
parent 1eb14107c3
commit 8d39c5a942
+2 -1
View File
@@ -2,7 +2,8 @@
"name": "potter/application", "name": "potter/application",
"type": "library", "type": "library",
"require": { "require": {
"php": "^8.5" "php": "^8.5",
"illuminate/contracts": "^13.17"
}, },
"license": "MIT", "license": "MIT",
"autoload": { "autoload": {