Skip to content

Commit

Permalink
Compatible with any version
Browse files Browse the repository at this point in the history
  • Loading branch information
nie7321 committed Mar 28, 2024
1 parent 5d9c940 commit 14130be
Show file tree
Hide file tree
Showing 3 changed files with 1,649 additions and 982 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ yarn-error.log
/.php_cs.cache
.vapor/
/.idea
/composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"require": {
"php": "^8",
"northwestern-sysdev/laravel-soa": ">=6",
"northwestern-sysdev/dynamic-forms": "^0"
"northwestern-sysdev/dynamic-forms": "*"
},
"require-dev": {
"orchestra/testbench": "^7",
Expand Down Expand Up @@ -45,7 +45,7 @@
"prefer-stable": true,
"config": {
"platform": {
"php": "8.1"
"php": "8.2"
}
}
}
Loading

0 comments on commit 14130be

Please sign in to comment.