File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Popcorn PHP Micro Framework
1818RELEASE INFORMATION
1919-------------------
2020
21- Popcorn PHP REST-Based Micro Framework 4.0.0
21+ Popcorn PHP REST-Based Micro Framework 4.1.1
2222Released October 16, 2023
2323
2424Overview
@@ -42,7 +42,7 @@ Install `popcorn` using Composer.
4242Or, 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 )
Original file line number Diff line number Diff line change 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 },
4445 },
4546 "extra" : {
4647 "branch-alias" : {
47- "dev-master" : " 4.0 .x-dev"
48+ "dev-master" : " 4.1 .x-dev"
4849 }
4950 }
5051}
You can’t perform that action at this time.
0 commit comments