Skip to content

Commit 53175cc

Browse files
authored
Edit/move dev-dependencies (#72)
1 parent 6a84686 commit 53175cc

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,16 @@
1818
"homepage": "https://github.com/olssonm/l5-very-basic-auth",
1919
"require": {
2020
"php": "^8.0 || ^8.1 || ^8.2",
21-
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0",
22-
"laravel/prompts": "^0.3.5",
23-
"squizlabs/php_codesniffer": "^3.5"
21+
"illuminate/support": "^9.0 || ^10.0 || ^11.0 || ^12.0"
2422
},
2523
"require-dev": {
2624
"laravel/helpers": "^1.1",
2725
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0 || ^10.0",
2826
"pestphp/pest": "^1.0 || ^2.0 || ^3.7",
2927
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0 || ^3.1",
3028
"phpstan/phpstan": "^2.0",
31-
"phpunit/phpunit": "^9.0 || ^10.5 || ^11.5.3"
29+
"phpunit/phpunit": "^9.0 || ^10.5 || ^11.5.3",
30+
"squizlabs/php_codesniffer": "^3.5"
3231
},
3332
"minimum-stability": "dev",
3433
"prefer-stable": true,

tests/VeryBasicAuthTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,4 +206,5 @@
206206

207207
expect($hashedPassword)->not->toBeNull();
208208
expect(app()->make('hash')->check($password, $hashedPassword))->toBeTrue();
209+
expect(config('app.name'))->toEqual('Laravel');
209210
});

0 commit comments

Comments
 (0)