Skip to content

Commit 962e65a

Browse files
committed
Version bumps
1 parent 3b0133d commit 962e65a

16 files changed

Lines changed: 858 additions & 362 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,4 @@ The lessons are structured into the following modules:
5757
- Database encryption
5858
- Blind indicies
5959

60-
## In Addition
61-
62-
Attendees of a live workshop presentation will note the sections on "Environment" and "Server Hardening" from [the workshop slide deck] [slides]. This is an intentional omission. Environment configuration is baked into this project directly and is something we'll discuss in person. Server hardening is also a _production_ configuration topic and is not easily worked through in a workshop environment.
63-
64-
[slides]: https://speakerdeck.com/ericmann/evolution-of-php-security-2020
60+
[slides]: https://speakerdeck.com/ericmann/evolution-of-php-security-2024

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
],
1212
"minimum-stability": "stable",
1313
"require": {
14-
"league/route": "^4.3",
15-
"zendframework/zend-diactoros": "^2.2",
16-
"zendframework/zend-httphandlerrunner": "^1.1",
17-
"ramsey/uuid": "^3.9",
18-
"splitbrain/php-cli": "^1.1",
19-
"guzzlehttp/guzzle": "^6.5"
14+
"league/route": "^5.1",
15+
"laminas/laminas-diactoros": "^3.5",
16+
"laminas/laminas-httphandlerrunner": "^2.11",
17+
"ramsey/uuid": "^4.7",
18+
"splitbrain/php-cli": "^1.3",
19+
"guzzlehttp/guzzle": "^7.9"
2020
},
2121
"autoload": {
2222
"psr-4": {

0 commit comments

Comments
 (0)