Compare commits

..

No commits in common. 'a7e977fa94fb2a4bcfae66d0613ca3776c9c8cf2' and '56812804bd3c4cbf1d0f19b4a3c8aec2f6c5b74e' have entirely different histories.

  1. 5
      assets/app.js
  2. 3
      assets/styles/app.css
  3. 42
      bin/console
  4. 30
      composer.json
  5. 3416
      composer.lock
  6. 12270
      package-lock.json
  7. 25
      package.json
  8. 11
      symfony.lock
  9. 5754
      yarn.lock

@ -6,7 +6,10 @@
*/
// any CSS you import will output into a single css file (app.css in this case)
import './styles/app.css';
import './styles/app.scss';
// start the Stimulus application
import './bootstrap';
import bsCustomFileInput from "bs-custom-file-input";
bsCustomFileInput.init();

@ -1,3 +0,0 @@
body {
background-color: lightgray;
}

@ -1,42 +0,0 @@
#!/usr/bin/env php
<?php
use App\Kernel;
use Symfony\Bundle\FrameworkBundle\Console\Application;
use Symfony\Component\Console\Input\ArgvInput;
use Symfony\Component\ErrorHandler\Debug;
if (!in_array(PHP_SAPI, ['cli', 'phpdbg', 'embed'], true)) {
echo 'Warning: The console should be invoked via the CLI version of PHP, not the '.PHP_SAPI.' SAPI'.PHP_EOL;
}
set_time_limit(0);
require dirname(__DIR__).'/vendor/autoload.php';
if (!class_exists(Application::class)) {
throw new LogicException('You need to add "symfony/framework-bundle" as a Composer dependency.');
}
$input = new ArgvInput();
if (null !== $env = $input->getParameterOption(['--env', '-e'], null, true)) {
putenv('APP_ENV='.$_SERVER['APP_ENV'] = $_ENV['APP_ENV'] = $env);
}
if ($input->hasParameterOption('--no-debug', true)) {
putenv('APP_DEBUG='.$_SERVER['APP_DEBUG'] = $_ENV['APP_DEBUG'] = '0');
}
require dirname(__DIR__).'/config/bootstrap.php';
if ($_SERVER['APP_DEBUG']) {
umask(0000);
if (class_exists(Debug::class)) {
Debug::enable();
}
}
$kernel = new Kernel($_SERVER['APP_ENV'], (bool) $_SERVER['APP_DEBUG']);
$application = new Application($kernel);
$application->run($input);

@ -12,15 +12,15 @@
"doctrine/orm": "^2.8",
"easycorp/easyadmin-bundle": "^2.0",
"sensio/framework-extra-bundle": "^6.1",
"symfony/console": "5.4.*",
"symfony/dotenv": "5.4.*",
"symfony/console": "5.0.*",
"symfony/dotenv": "5.0.*",
"symfony/flex": "^1.3.1",
"symfony/framework-bundle": "5.4.*",
"symfony/mailer": "5.4.*",
"symfony/proxy-manager-bridge": "5.4.*",
"symfony/security-bundle": "5.4.*",
"symfony/webpack-encore-bundle": "^1.17",
"symfony/yaml": "5.4.*",
"symfony/framework-bundle": "5.0.*",
"symfony/mailer": "5.0.*",
"symfony/proxy-manager-bridge": "5.0.*",
"symfony/security-bundle": "5.0.*",
"symfony/webpack-encore-bundle": "^1.12",
"symfony/yaml": "5.0.*",
"symfonycasts/reset-password-bundle": "^1.9"
},
"config": {
@ -70,17 +70,17 @@
"extra": {
"symfony": {
"allow-contrib": false,
"require": "5.4.*"
"require": "5.0.*"
}
},
"require-dev": {
"symfony/debug-bundle": "^5.4",
"symfony/google-mailer": "5.4.*",
"symfony/debug-bundle": "^5.0",
"symfony/google-mailer": "5.0.*",
"symfony/maker-bundle": "^1.31",
"symfony/monolog-bundle": "^3.0",
"symfony/stopwatch": "^5.4",
"symfony/twig-bundle": "^5.4",
"symfony/var-dumper": "^5.4",
"symfony/web-profiler-bundle": "^5.4"
"symfony/stopwatch": "^5.0",
"symfony/twig-bundle": "^5.0",
"symfony/var-dumper": "^5.0",
"symfony/web-profiler-bundle": "^5.0"
}
}

3416
composer.lock generated

File diff suppressed because it is too large Load Diff

12270
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,15 +1,15 @@
{
"devDependencies": {
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.16.0",
"@hotwired/stimulus": "^3.0.0",
"@symfony/stimulus-bridge": "^3.2.0",
"@symfony/webpack-encore": "^4.0.0",
"core-js": "^3.23.0",
"regenerator-runtime": "^0.13.9",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-notifier": "^1.15.0"
"@symfony/stimulus-bridge": "^2.0.0",
"@symfony/webpack-encore": "^1.0.0",
"bootstrap": "^5.0.2",
"bs-custom-file-input": "^1.3.4",
"core-js": "^3.0.0",
"jquery": "^3.6.0",
"popper.js": "^1.16.1",
"regenerator-runtime": "^0.13.2",
"stimulus": "^2.0.0",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
@ -18,5 +18,10 @@
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"node-sass": "4",
"sass-loader": "10.0.0",
"yarn": "^1.22.10"
}
}

@ -456,12 +456,12 @@
]
},
"symfony/webpack-encore-bundle": {
"version": "1.17",
"version": "1.9",
"recipe": {
"repo": "github.com/symfony/recipes",
"branch": "main",
"version": "1.10",
"ref": "eff2e505d4557c967b6710fe06bd947ba555cae5"
"branch": "master",
"version": "1.9",
"ref": "12e0ad8155c23b9f9290e8c49215d4ec921cdf71"
},
"files": [
"assets/app.js",
@ -469,6 +469,9 @@
"assets/controllers.json",
"assets/controllers/hello_controller.js",
"assets/styles/app.css",
"config/packages/assets.yaml",
"config/packages/prod/webpack_encore.yaml",
"config/packages/test/webpack_encore.yaml",
"config/packages/webpack_encore.yaml",
"package.json",
"webpack.config.js"

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save