Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.4.1 #235

Merged
merged 1 commit into from
Nov 21, 2024
Merged
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
prepare release
simonschaufi committed Nov 21, 2024
commit 3b7d060f97a0fa4a70ca6e7cea53a914dfc95514
6 changes: 3 additions & 3 deletions packages/fractor-composer-json/composer.json
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@
],
"require": {
"php": "^8.2",
"a9f/fractor": "^0.4",
"a9f/fractor-doc-generator": "^0.4",
"a9f/fractor-extension-installer": "^0.4",
"a9f/fractor": "^0.4.1",
"a9f/fractor-doc-generator": "^0.4.1",
"a9f/fractor-extension-installer": "^0.4.1",
"ergebnis/json-printer": "^3.5",
"eta-orionis/composer-json-manipulator": "^1.0.1",
"nette/utils": "^4.0",
4 changes: 2 additions & 2 deletions packages/fractor-fluid/composer.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
],
"require": {
"php": "^8.2",
"a9f/fractor": "^0.4",
"a9f/fractor-extension-installer": "^0.4",
"a9f/fractor": "^0.4.1",
"a9f/fractor-extension-installer": "^0.4.1",
"nette/utils": "^4.0",
"symplify/rule-doc-generator-contracts": "^11.2",
"webmozart/assert": "^1.11"
2 changes: 1 addition & 1 deletion packages/fractor-phpstan-rules/composer.json
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
],
"require": {
"php": "^8.2",
"a9f/fractor": "^0.4",
"a9f/fractor": "^0.4.1",
"phpstan/phpstan": "^1.10.9"
},
"minimum-stability": "dev",
4 changes: 2 additions & 2 deletions packages/fractor-rule-generator/composer.json
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
"type": "fractor-extension",
"require": {
"php": "^8.2",
"a9f/fractor": "^0.4",
"a9f/fractor-extension-installer": "^0.4",
"a9f/fractor": "^0.4.1",
"a9f/fractor-extension-installer": "^0.4.1",
"nette/utils": "^4.0",
"symfony/config": "^5.4 || ^6.4 || ^7.0",
"symfony/console": "^5.4 || ^6.4 || ^7.0",
4 changes: 2 additions & 2 deletions packages/fractor-typoscript/composer.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
],
"require": {
"php": "^8.2",
"a9f/fractor": "^0.4",
"a9f/fractor-extension-installer": "^0.4",
"a9f/fractor": "^0.4.1",
"a9f/fractor-extension-installer": "^0.4.1",
"helmich/typo3-typoscript-parser": "^2.6",
"symplify/rule-doc-generator-contracts": "^11.2",
"webmozart/assert": "^1.11"
4 changes: 2 additions & 2 deletions packages/fractor-xml/composer.json
Original file line number Diff line number Diff line change
@@ -14,8 +14,8 @@
"php": "^8.2",
"ext-dom": "*",
"ext-xml": "*",
"a9f/fractor": "^0.4",
"a9f/fractor-extension-installer": "^0.4",
"a9f/fractor": "^0.4.1",
"a9f/fractor-extension-installer": "^0.4.1",
"shanethehat/pretty-xml": "^1.0.2",
"symplify/rule-doc-generator-contracts": "^11.2",
"webmozart/assert": "^1.11"
4 changes: 2 additions & 2 deletions packages/fractor-yaml/composer.json
Original file line number Diff line number Diff line change
@@ -12,8 +12,8 @@
],
"require": {
"php": "^8.2",
"a9f/fractor": "^0.4",
"a9f/fractor-extension-installer": "^0.4",
"a9f/fractor": "^0.4.1",
"a9f/fractor-extension-installer": "^0.4.1",
"symfony/yaml": "^5.4 || ^6.4 || ^7.0",
"symplify/rule-doc-generator-contracts": "^11.2",
"webmozart/assert": "^1.11"
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ final class FractorApplication extends Application
{
public const NAME = 'Fractor';

private const FRACTOR_CONSOLE_VERSION = '0.4.0';
private const FRACTOR_CONSOLE_VERSION = '0.4.1';

public function __construct()
{
12 changes: 6 additions & 6 deletions packages/typo3-fractor/composer.json
Original file line number Diff line number Diff line change
@@ -13,12 +13,12 @@
"require": {
"php": "^8.2",
"ext-dom": "*",
"a9f/fractor": "^0.4",
"a9f/fractor-extension-installer": "^0.4",
"a9f/fractor-fluid": "^0.4",
"a9f/fractor-typoscript": "^0.4",
"a9f/fractor-xml": "^0.4",
"a9f/fractor-yaml": "^0.4",
"a9f/fractor": "^0.4.1",
"a9f/fractor-extension-installer": "^0.4.1",
"a9f/fractor-fluid": "^0.4.1",
"a9f/fractor-typoscript": "^0.4.1",
"a9f/fractor-xml": "^0.4.1",
"a9f/fractor-yaml": "^0.4.1",
"symplify/rule-doc-generator-contracts": "^11.2"
},
"minimum-stability": "dev",