Skip to content

Commit

Permalink
[PhpDocReader] Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Apricot committed Dec 15, 2023
1 parent cd09541 commit be677f8
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6,471 deletions.
2 changes: 1 addition & 1 deletion .docker/php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.1-fpm-alpine
FROM php:8.3-fpm-alpine

ENV COMPOSER_ALLOW_SUPERUSER=1
ENV PATH=$HOME/.composer/vendor/bin:$PATH
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
php:
- "8.1"
- "8.2"
- "8.3"
include:
- php-versions: ["8.1", "8.2"]
- php-versions: ["8.1", "8.2", "8.3"]
- composer-options: "--ignore-platform-reqs"

steps:
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,7 @@ Makefile
**/phpunit.xml
**/.phpunit.result.cache
###< phpunit/phpunit ###

###> git ###
composer.lock
###< git ###
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,20 @@
},
"require": {
"php": "^8.1",
"doctrine/annotations": "^1.13",
"friendsofphp/php-cs-fixer": "^3.9",
"frzb/dependency-injection": "^1.2",
"symfony/framework-bundle": "^5.4|^6",
"fp4php/functional": "^4.18"
"doctrine/annotations": "^1.14",
"friendsofphp/php-cs-fixer": "^3.14",
"frzb/dependency-injection": "^1.8",
"symfony/framework-bundle": "^5.4|^6|^7",
"fp4php/functional": "^4.20"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"mnapoli/hard-mode": "~0.3.0",
"sempro/phpunit-pretty-print": "^1.4",
"phpunit/php-code-coverage": "^9.2",
"php-coveralls/php-coveralls": "^2.5",
"dg/bypass-finals": "^1.3",
"symfony/phpunit-bridge": "^5.4|^6",
"dg/bypass-finals": "^1.4",
"symfony/phpunit-bridge": "^5.4|^6|^7",
"symfony/test-pack": "^1.0"
},
"config": {
Expand Down
Loading

0 comments on commit be677f8

Please sign in to comment.