Skip to content

Commit

Permalink
Merge pull request #7 from lion-packages/new
Browse files Browse the repository at this point in the history
Constant support for HTTP protocols and response states
  • Loading branch information
MMarioLP authored May 16, 2024
2 parents 3f6937b + c75cd5a commit e342381
Show file tree
Hide file tree
Showing 9 changed files with 864 additions and 342 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2-apache
FROM php:8.3-apache

RUN useradd -m lion && echo 'lion:lion' | chpasswd && usermod -aG sudo lion && usermod -s /bin/bash lion

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
}
},
"require": {
"php": ">=8.2"
"php": ">=8.3"
},
"require-dev": {
"phpunit/phpunit": "^10.4",
"lion/test": "^1.4"
"lion/test": "^2.0"
}
}
159 changes: 84 additions & 75 deletions composer.lock

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: "3.8"
services:
app:
container_name: request-app
Expand Down
Loading

0 comments on commit e342381

Please sign in to comment.