Skip to content

Commit

Permalink
compile after composer.json tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikoff committed Feb 23, 2022
1 parent 11a60bb commit 36c54da
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion _tuts/drivebasics-install-turbo.diff
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ index fbcedcd..6f27124 100644
},
"entrypoints": []
diff --git a/composer.json b/composer.json
index 5404aa4..fb5904c 100644
index deeaba5..332e5dd 100644
--- a/composer.json
+++ b/composer.json
@@ -27,6 +27,7 @@
Expand Down
12 changes: 1 addition & 11 deletions _tuts/mercure-install-symfony-ux-turbo-mercure.diff
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ index 6f27124..b7f5fb5 100644
},
"entrypoints": []
diff --git a/composer.json b/composer.json
index 3025d38..3b9fbca 100644
index 74f2b73..3b9fbca 100644
--- a/composer.json
+++ b/composer.json
@@ -28,6 +28,7 @@
Expand All @@ -45,16 +45,6 @@ index 3025d38..3b9fbca 100644
"symfony/validator": "5.3.*",
"symfony/webpack-encore-bundle": "^1.9",
"symfony/yaml": "5.3.*",
@@ -46,7 +47,8 @@
"php": "7.4.0"
},
"allow-plugins": {
- "symfony/flex": true
+ "symfony/flex": true,
+ "symfony/runtime": true
}
},
"autoload": {
diff --git a/composer.lock b/composer.lock
index b541f5f..4f2ece9 100644
--- a/composer.lock
Expand Down
2 changes: 1 addition & 1 deletion _tuts/pre-turbo-empty-migrations.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/composer.json b/composer.json
index 5495686..5404aa4 100644
index 6029acc..deeaba5 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,6 @@
Expand Down
4 changes: 2 additions & 2 deletions _tuts/pre-turbo-foundry.diff
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
diff --git a/composer.json b/composer.json
index 1373d98..5495686 100644
index 11d9b6a..6029acc 100644
--- a/composer.json
+++ b/composer.json
@@ -91,6 +91,7 @@
@@ -92,6 +92,7 @@
"symfony/monolog-bundle": "^3.0",
"symfony/stopwatch": "^5.2",
"symfony/var-dumper": "^5.2",
Expand Down
14 changes: 12 additions & 2 deletions _tuts/pre-turbo-upgrade-deps.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/composer.json b/composer.json
index 10fe8b5..aaa3099 100644
index 10fe8b5..7ec497e 100644
--- a/composer.json
+++ b/composer.json
@@ -1,7 +1,7 @@
Expand Down Expand Up @@ -49,7 +49,17 @@ index 10fe8b5..aaa3099 100644
"twig/extra-bundle": "^2.12|^3.0",
"twig/intl-extra": "^3.2",
"twig/twig": "^2.12|^3.0"
@@ -80,7 +80,7 @@
@@ -44,7 +44,8 @@
"php": "7.4.0"
},
"allow-plugins": {
- "symfony/flex": true
+ "symfony/flex": true,
+ "symfony/runtime": true
}
},
"autoload": {
@@ -80,7 +81,7 @@
"extra": {
"symfony": {
"allow-contrib": false,
Expand Down
2 changes: 1 addition & 1 deletion _tuts/pre-turbo-upgrading-recipes.diff
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ index 8fe9d49..c933dc5 100755
+ return new Application($kernel);
+};
diff --git a/composer.json b/composer.json
index aaa3099..1373d98 100644
index 7ec497e..11d9b6a 100644
--- a/composer.json
+++ b/composer.json
@@ -23,6 +23,7 @@
Expand Down
2 changes: 1 addition & 1 deletion _tuts/see-more-install-twig-string-extra.diff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
diff --git a/composer.json b/composer.json
index fb5904c..3025d38 100644
index 332e5dd..74f2b73 100644
--- a/composer.json
+++ b/composer.json
@@ -33,6 +33,7 @@
Expand Down
2 changes: 1 addition & 1 deletion _tuts/steps.json
Original file line number Diff line number Diff line change
Expand Up @@ -1786,5 +1786,5 @@
"description": null
}
],
"sha": "11e4a6b1089803cef375f0509d5eb7b6b37fcbf5"
"sha": "11a60bbeae632898fc6410090f5ccfec065d651d"
}

0 comments on commit 36c54da

Please sign in to comment.