Skip to content

Commit

Permalink
build: Upgrade dependencies to support PHP 8.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
vicchi committed Apr 12, 2022
1 parent 4962ad0 commit 9099867
Show file tree
Hide file tree
Showing 3 changed files with 1,108 additions and 27 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.DS_Store
composer.lock
/vendor
32 changes: 6 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,12 @@
{
"name": "kammadata/api-scaffold",
"description": "Slim Framework v4 PHP API scaffolding library",
"type": "library",
"authors": [
{
"name": "Gary Gale",
"email": "[email protected]"
}
],
"keywords": [
"php",
"slim",
"api",
"framework",
"kamma"
],
"homepage": "https://github.com/KammaData/api-scaffold",
"license": "BSD-3-Clause",
"support": {
"email": "[email protected]",
"issues": "https://github.com/KammaData/api-scaffold/issues"
},
"description": "A Slim Framework skeleton application for rapid development",
"require": {
"monolog/monolog": "^1.24",
"php": ">=7.1",
"php-di/php-di": "^6.0",
"slim/psr7": "^0.5",
"slim/slim": "^4.1"
"php": ">=8.0",
"monolog/monolog": "^2.5",
"php-di/php-di": "^6.4",
"slim/slim": "^4.10",
"slim/psr7": "^1.5"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9099867

Please sign in to comment.