Skip to content

Commit

Permalink
Update php cs fixer, add php helper script (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkniest authored Nov 14, 2023
1 parent bfeba58 commit 396bacd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Packages

## Unreleased
### Added
- Added simple helper `php.sh` script to start a php8.2 environment with composer

### Packages
- Updated php cs fixer
- Allow illuminate/collections v10
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"friends-of-phpspec/phpspec-code-coverage": "^6.0.0",
"phpunit/php-code-coverage": "^9.2.5|^10.0.2",
"jkniest/linting": ">=1.10.0",
"friendsofphp/php-cs-fixer": "3.37.1",
"friendsofphp/php-cs-fixer": "3.38.2",
"nikic/php-parser": "^4.13.2",
"webmozart/assert": "^1.11.0"
},
Expand Down
3 changes: 3 additions & 0 deletions php.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

docker run --rm -it -v $(pwd):/app -w /app jkniest/docker-testing-php:4 bash

1 comment on commit 396bacd

@vercel
Copy link

@vercel vercel bot commented on 396bacd Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.