Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
1ma committed Jun 17, 2024
1 parent adbe59a commit cd5e2e9
Show file tree
Hide file tree
Showing 4 changed files with 64 additions and 60 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"gregwar/captcha": "^1.2",
"nyholm/psr7": "^1.8",
"nyholm/psr7-server": "^1.1",
"slim/slim": "^4.13",
"slim/slim": "^4.14",
"slim/twig-view": "^3.4",
"uma/dic": "^4.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.58",
"phpunit/phpunit": "^11.1",
"friendsofphp/php-cs-fixer": "^3.59",
"phpunit/phpunit": "^11.2",
"roave/security-advisories": "dev-latest"
},
"autoload": {
Expand Down
114 changes: 59 additions & 55 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.1/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.2/phpunit.xsd"
beStrictAboutCoverageMetadata="true"
beStrictAboutOutputDuringTests="true"
bootstrap="vendor/autoload.php"
Expand Down
2 changes: 1 addition & 1 deletion views/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ faucet_name }}</title>
<script src="https://unpkg.com/htmx.org@2.0.0-beta4/dist/htmx.min.js" integrity="sha384-QprZjU1JKuXu/TnlURCTYppToUjigoOZCrzQtRXAjHttxoV9gkqiizVeAwjeGy1f" crossorigin="anonymous"></script>
<script src="https://unpkg.com/htmx.org@2.0.0" integrity="sha384-wS5l5IKJBvK6sPTKa2WZ1js3d947pvWXbPJ1OmWfEuxLgeHcEbjUUA5i9V5ZkpCw" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.1/css/bulma.min.css" integrity="sha384-u1DpPo/VC1cCewPdLA1ujElPdm1c/ZVa5MNAV6930PlrYYXhoKH/+hui6tE7szxu" crossorigin="anonymous">
<link rel="stylesheet" href="/css/main.css">
</head>
Expand Down

0 comments on commit cd5e2e9

Please sign in to comment.