diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml
index 79c74c9..d645204 100644
--- a/.github/workflows/run-tests.yml
+++ b/.github/workflows/run-tests.yml
@@ -14,11 +14,9 @@ jobs:
matrix:
os: [ubuntu-latest]
php: [8.2]
- laravel: [9.*, 10.*]
+ laravel: [10.*]
stability: [prefer-lowest, prefer-stable]
include:
- - laravel: 9.*
- testbench: 7.*
- laravel: 10.*
testbench: 8.*
diff --git a/composer.json b/composer.json
index 6bbc15f..1f72ba7 100644
--- a/composer.json
+++ b/composer.json
@@ -17,19 +17,18 @@
],
"require": {
"php": "^8.2",
- "illuminate/contracts": "^9.46|^10.0",
+ "illuminate/contracts": "^10.0",
"propaganistas/laravel-phone": "^5.0.3",
- "spatie/laravel-package-tools": "^1.14.1",
+ "spatie/laravel-package-tools": "^1.14.2",
"twilio/sdk": "^6.44"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.5",
- "nunomaduro/collision": "^6.3",
- "orchestra/testbench": "^7.22|^8.0",
- "pestphp/pest": "^1.22.3",
- "pestphp/pest-plugin-laravel": "^1.4",
- "pestphp/pest-plugin-parallel": "^1.2",
- "worksome/coding-style": "^2.3"
+ "nunomaduro/collision": "^7.3.2",
+ "orchestra/testbench": "^8.0",
+ "pestphp/pest": "^2.0",
+ "pestphp/pest-plugin-laravel": "^2.0",
+ "worksome/coding-style": "^2.5"
},
"autoload": {
"psr-4": {
diff --git a/phpcs.xml b/phpcs.xml
deleted file mode 100644
index 85659cb..0000000
--- a/phpcs.xml
+++ /dev/null
@@ -1,32 +0,0 @@
-
-
- Worksome Coding Standard
-
- ./src
- ./tests
- ./config
-
-
-
-
-
-
-
-
- .*Test.php
-
-
-
-
-
-
-
-
- */*.blade.php
-
-
-
-
-
-
-
diff --git a/phpunit.xml.dist b/phpunit.xml.dist
index 6523cd4..bd5506a 100644
--- a/phpunit.xml.dist
+++ b/phpunit.xml.dist
@@ -2,21 +2,8 @@