Skip to content

Commit 3629518

Browse files
committed
Add pop-cookie; update composer
1 parent 8085fa6 commit 3629518

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Popcorn PHP Micro Framework
1818
RELEASE INFORMATION
1919
-------------------
2020

21-
Popcorn PHP REST-Based Micro Framework 4.0.0
21+
Popcorn PHP REST-Based Micro Framework 4.1.1
2222
Released October 16, 2023
2323

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

4444
"require": {
45-
"popphp/popcorn" : "^4.0.0"
45+
"popphp/popcorn" : "^4.1.1"
4646
}
4747

4848
[Top](#popcorn-php-micro-framework)

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@
1717
],
1818
"require": {
1919
"php": ">=8.1.0",
20-
"popphp/popphp": "^4.2.0",
21-
"popphp/pop-http": "^5.0.2",
20+
"popphp/popphp": "^4.2.9",
21+
"popphp/pop-cookie": "^4.0.1",
22+
"popphp/pop-http": "^5.1.0",
2223
"popphp/pop-session": "^4.0.0",
2324
"popphp/pop-view": "^4.0.0"
2425
},
@@ -44,7 +45,7 @@
4445
},
4546
"extra": {
4647
"branch-alias": {
47-
"dev-master": "4.0.x-dev"
48+
"dev-master": "4.1.x-dev"
4849
}
4950
}
5051
}

0 commit comments

Comments
 (0)