Skip to content

Commit c8b2fa6

Browse files
committed
update: dependencies
- lock pint to v1.17.3 as v1.18.0 is bugged
1 parent d602eb8 commit c8b2fa6

File tree

3 files changed

+130
-129
lines changed

3 files changed

+130
-129
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This package is still under development and should not be used in production env
1818
To install the package, you can use Composer:
1919

2020
```sh
21-
composer require hdinnovations/laravel-polar-api:dev-master
21+
composer require hdinnovations/laravel-polar-api:v1.0.0-beta
2222
```
2323

2424
## Configuration

composer.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"homepage": "https://github.com/hdinnovations/laravel-polar-api",
99
"license": "MIT",
1010
"type": "library",
11-
"version": "1.0.0",
11+
"version": "v1.0.0-beta",
1212
"authors": [
1313
{
1414
"name": "HDVinnie",
@@ -21,17 +21,17 @@
2121
"illuminate/contracts": "^10.0||^11.0"
2222
},
2323
"require-dev": {
24-
"larastan/larastan": "^2.9",
25-
"laravel/pint": "^1.14",
26-
"nunomaduro/collision": "^8.1.1||^7.10.0",
27-
"orchestra/testbench": "^9.0.0||^8.22.0",
28-
"pestphp/pest": "^2.34",
24+
"larastan/larastan": "^2.9.8",
25+
"laravel/pint": "v1.17.3",
26+
"nunomaduro/collision": "^8.4.0||^7.10.0",
27+
"orchestra/testbench": "^9.5.0||^8.22.0",
28+
"pestphp/pest": "^2.35.1",
2929
"pestphp/pest-plugin-arch": "^2.7",
30-
"pestphp/pest-plugin-laravel": "^2.3",
31-
"pestphp/pest-plugin-type-coverage": "^2.8",
32-
"phpstan/phpstan-deprecation-rules": "^1.1",
33-
"phpstan/phpstan-phpunit": "^1.3",
34-
"spatie/laravel-ray": "^1.35"
30+
"pestphp/pest-plugin-laravel": "^2.4",
31+
"pestphp/pest-plugin-type-coverage": "^2.8.6",
32+
"phpstan/phpstan-deprecation-rules": "^1.2.1",
33+
"phpstan/phpstan-phpunit": "^1.4",
34+
"spatie/laravel-ray": "^1.37.1"
3535
},
3636
"autoload": {
3737
"psr-4": {

0 commit comments

Comments
 (0)