diff --git a/.github/funding.yml b/.github/funding.yml index 03277fb..1e7642f 100644 --- a/.github/funding.yml +++ b/.github/funding.yml @@ -1,3 +1,3 @@ # These are supported funding model platforms -github: [JP-System] +github: [Pijler] diff --git a/LICENSE b/LICENSE index 9638d67..6c65984 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 JP-System +Copyright (c) 2024 Pijler Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 64c2d85..0ed774e 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Este pacote foi inspirado em outros dois pacotes, mas foi criado pela necessidad Para fazer a instalação do pacote, rode o comando: ```bash - composer require jp-system/validator-docs + composer require pijler/validator-docs ``` ### 📦 Customização diff --git a/composer.json b/composer.json index 639207a..67c9c6a 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "jp-system/validator-docs", + "name": "pijler/validator-docs", "type": "library", "description": "This package provides validations for documents in Brazil", "keywords": [ @@ -22,7 +22,7 @@ "pestphp/pest": "^3.8", "pestphp/pest-plugin-laravel": "^3.2", "orchestra/testbench": "^10.4", - "laravel/pint": "^1.24" + "laravel/pint": "^1.25" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 5684900..8104822 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "75805412908d432fe5ee47fd62c7ce7c", + "content-hash": "8665fa310d01613c4728ca86cfd603fc", "packages": [ { "name": "brick/math", @@ -6185,16 +6185,16 @@ }, { "name": "laravel/pint", - "version": "v1.24.0", + "version": "v1.25.0", "source": { "type": "git", "url": "https://github.com/laravel/pint.git", - "reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a" + "reference": "595de38458c6b0ab4cae4bcc769c2e5c5d5b8e96" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/0345f3b05f136801af8c339f9d16ef29e6b4df8a", - "reference": "0345f3b05f136801af8c339f9d16ef29e6b4df8a", + "url": "https://api.github.com/repos/laravel/pint/zipball/595de38458c6b0ab4cae4bcc769c2e5c5d5b8e96", + "reference": "595de38458c6b0ab4cae4bcc769c2e5c5d5b8e96", "shasum": "" }, "require": { @@ -6205,9 +6205,9 @@ "php": "^8.2.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.82.2", - "illuminate/view": "^11.45.1", - "larastan/larastan": "^3.5.0", + "friendsofphp/php-cs-fixer": "^3.87.2", + "illuminate/view": "^11.46.0", + "larastan/larastan": "^3.7.1", "laravel-zero/framework": "^11.45.0", "mockery/mockery": "^1.6.12", "nunomaduro/termwind": "^2.3.1", @@ -6218,9 +6218,6 @@ ], "type": "project", "autoload": { - "files": [ - "overrides/Runner/Parallel/ProcessFactory.php" - ], "psr-4": { "App\\": "app/", "Database\\Seeders\\": "database/seeders/", @@ -6250,7 +6247,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2025-07-10T18:09:32+00:00" + "time": "2025-09-17T01:36:44+00:00" }, { "name": "laravel/tinker",