Skip to content

Commit 5e7214f

Browse files
author
DKravtsov
committedDec 30, 2024·
phpcpd 8.0.0 release. Made codebase refactoring. Updated requirements php 8.3, updated composer dependencies, updated tests to the PHPUnit 11. Updated dev environment to the php 8.4, Phing 3.0, added code quality tools: ecs, phpstan.
·
v8.2.3v8.0.0
1 parent 8b092cf commit 5e7214f

File tree

119 files changed

+14553
-314901
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

119 files changed

+14553
-314901
lines changed
 

‎.dockerignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
### User-specific stuff:
2+
/.git*
3+
/.idea/workspace.xml
4+
.dockerignore
5+
6+
###> composer dependencies ###
7+
/vendor/
8+
###< composer dependencies ###
9+
10+
### Vendor bin dependencies
11+
/tools/*/vendor/
12+
.phpunit.cache
13+
.phpunit.result.cache
14+
15+
### Docker
16+
Dockerfile
17+
compose.yaml

‎.env

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
###> docker-compose configuration ###
22
COMPOSE_PROJECT_NAME=phpcpd
3+
###< docker-compose configuration ###
4+
5+
###> XDebug docker configuration. Can be overridden in: .env.local. ###
36
# XDEBUG_CONFIG possible values: main|osx. Use main value for Linux and Windows, osx value for MacOS.
47
XDEBUG_CONFIG=main
5-
###< docker-compose configuration ###
8+
# Sometimes we need to use different xdebug versions, list of versions can be found here - https://pecl.php.net/package/xdebug
9+
XDEBUG_VERSION=3.4.0
10+
###< XDebug docker configuration ###

0 commit comments

Comments
 (0)