Skip to content

Commit

Permalink
composer.json update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiniDev committed May 8, 2022
1 parent 692175c commit 44af672
Show file tree
Hide file tree
Showing 2 changed files with 2,110 additions and 6 deletions.
7 changes: 5 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=7.4",
"php": ">=7.3",
"symfony/http-foundation": "^5.3"
},
"autoload": {
Expand All @@ -20,5 +20,8 @@
"Sapling\\Config\\": "config/"
}
},
"minimum-stability": "stable"
"minimum-stability": "stable",
"require-dev": {
"phpunit/phpunit": "^9"
}
}
Loading

0 comments on commit 44af672

Please sign in to comment.