Skip to content

Commit

Permalink
Add pop-cookie; update composer
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksagona committed Mar 12, 2024
1 parent 8085fa6 commit 3629518
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Popcorn PHP Micro Framework
RELEASE INFORMATION
-------------------

Popcorn PHP REST-Based Micro Framework 4.0.0
Popcorn PHP REST-Based Micro Framework 4.1.1
Released October 16, 2023

Overview
Expand All @@ -42,7 +42,7 @@ Install `popcorn` using Composer.
Or, require it in your composer.json file

"require": {
"popphp/popcorn" : "^4.0.0"
"popphp/popcorn" : "^4.1.1"
}

[Top](#popcorn-php-micro-framework)
Expand Down
7 changes: 4 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@
],
"require": {
"php": ">=8.1.0",
"popphp/popphp": "^4.2.0",
"popphp/pop-http": "^5.0.2",
"popphp/popphp": "^4.2.9",
"popphp/pop-cookie": "^4.0.1",
"popphp/pop-http": "^5.1.0",
"popphp/pop-session": "^4.0.0",
"popphp/pop-view": "^4.0.0"
},
Expand All @@ -44,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "4.0.x-dev"
"dev-master": "4.1.x-dev"
}
}
}

0 comments on commit 3629518

Please sign in to comment.