Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .docker/Dockerfile-migration

This file was deleted.

4 changes: 0 additions & 4 deletions .env.example

This file was deleted.

4 changes: 0 additions & 4 deletions .env.github-actions

This file was deleted.

26 changes: 23 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,14 +1,34 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text eol=lf

# These files are binary and should be left untouched
# (binary is a macro for -text -diff)
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.webp binary
*.bmp binary
*.ttf binary
*.blp binary

# Ignoring files for distribution archieves
.idea/
.github/ export-ignore
etc/ export-ignore
etc/ci/ export-ignore
etc/dev-app/ export-ignore
etc/qa/ export-ignore
examples/ export-ignore
tests/ export-ignore
var/ export-ignore
.devcontainer.json export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
CONTRIBUTING.md export-ignore
infection.json.dist export-ignore
composer.lock export-ignore
Makefile export-ignore
README.md export-ignore

# Diffing
*.php diff=php
12 changes: 8 additions & 4 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>WyriHaximus/renovate-config:php-package"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>WyriHaximus/renovate-config:php-package"
],
"constraints": {
"php": "8.5.x",
"composer": "2.x"
}
}
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
release-managment:
name: Create Release
uses: WyriHaximus/github-workflows/.github/workflows/package-release-managment.yaml@main
uses: WyriHaximus/github-workflows/.github/workflows/package-release-management.yaml@main
with:
milestone: ${{ github.event.milestone.title }}
description: ${{ github.event.milestone.title }}
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
var/
vendor/
etc/qa/.phpunit.result.cache
var/*
!var/.gitkeep
388 changes: 343 additions & 45 deletions Makefile

Large diffs are not rendered by default.

54 changes: 25 additions & 29 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,27 @@
}
],
"require": {
"php": "^8.2",
"eventsauce/object-hydrator": "^1.4",
"latitude/latitude": "^4.1",
"ramsey/uuid": "^4.2.3",
"react/event-loop": "^1.3",
"react/promise": "^3.1",
"react/stream": "^1.1",
"reactivex/rxphp": "^2.0.12",
"roave/better-reflection": "^6",
"thecodingmachine/safe": "^2",
"voryx/pgasync": "^2.0",
"wyrihaximus/constants": "^1.5",
"wyrihaximus/doctrine-annotation-autoloader": "^1.0",
"wyrihaximus/react-event-loop-rx-scheduler-hook-up": "^0.1.1"
"php": "^8.5",
"eventsauce/object-hydrator": "^1.7.0",
"latitude/latitude": "^4.4.1",
"ramsey/uuid": "^4.9.2",
"react/async": "^4.3.0",
"react/event-loop": "^1.6.0",
"react/promise": "^3.3.0",
"react/stream": "^1.4.0",
"reactivex/rxphp": "^2.1.0",
"roave/better-reflection": "^6.68.0",

Check failure on line 22 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.5 (nts) with locked dependency preference

roave/better-reflection is unused

Check failure on line 22 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.5 (nts) with highest dependency preference

roave/better-reflection is unused

Check failure on line 22 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.5 (zts) with lowest dependency preference

roave/better-reflection is unused

Check failure on line 22 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.5 (nts) with locked dependency preference

roave/better-reflection is unused

Check failure on line 22 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.5 (nts) with lowest dependency preference

roave/better-reflection is unused

Check failure on line 22 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.5 (zts) with locked dependency preference

roave/better-reflection is unused

Check failure on line 22 in composer.json

View workflow job for this annotation

GitHub Actions / Continuous Integration / Continuous Integration / Run composer-unused on PHP 8.5 (zts) with highest dependency preference

roave/better-reflection is unused
"voryx/pgasync": "^2.0.6",
"wyrihaximus/react-awaitable-observable": "^1.2.1"
},
"require-dev": {
"robmorgan/phinx": "^0.12.11",
"react/promise-timer": "^1.11",
"symfony/http-client": "^8.0",
"symfony/yaml": "^5.4 || ^7.0",
"testcontainers/testcontainers": "^1.0",
"vlucas/phpdotenv": "^5.4",
"wyrihaximus/async-test-utilities": "^8.0.1"
"wyrihaximus/async-test-utilities": "^12.0.0",
"wyrihaximus/makefiles": "^0.10.2"
},
"autoload": {
"psr-4": {
Expand All @@ -47,28 +48,23 @@
"dealerdirect/phpcodesniffer-composer-installer": true,
"ergebnis/composer-normalize": true,
"icanhazstring/composer-unused": true,
"infection/extension-installer": true
"infection/extension-installer": true,
"php-http/discovery": true,
"phpstan/extension-installer": true,
"wyrihaximus/makefiles": true,
"wyrihaximus/test-utilities": true
},
"platform": {
"php": "8.2.13"
"php": "8.5.13"
},
"sort-packages": true
},
"extra": {
"unused": [
"react/dns",
"react/event-loop",
"react/stream"
]
},
"scripts": {
"post-install-cmd": [
"composer normalize",
"composer update --lock --no-scripts"
"make on-install-or-update || true"
],
"post-update-cmd": [
"composer normalize",
"composer update --lock --no-scripts"
"make on-install-or-update || true"
]
}
}
Loading
Loading