Skip to content

Commit

Permalink
Remove twig from dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
msmakouz committed Jan 8, 2023
1 parent 136ac26 commit a4e3460
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
php: >-
['8.1', '8.2']
stability: >-
['prefer-lowest', 'prefer-stable']
['prefer-stable']
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changelog

## 1.0.0 - 2022-12-25
## 1.0.0 - 2022-01-08

- initial release
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
"friendsofphp/php-cs-fixer": "^3.8",
"spiral/testing": "^2.2.0",
"vimeo/psalm": "^4.30",
"spiral/twig-bridge": "^2.0",
"twig/twig": "^3.3.3"
"spiral/twig-bridge": "^2.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit a4e3460

Please sign in to comment.