Skip to content

Commit 9bd2334

Browse files
authored
Merge pull request #45 from still-code/laravel-12
support laravel 12
2 parents 0317391 + 63e47bb commit 9bd2334

File tree

3 files changed

+1534
-1722
lines changed

3 files changed

+1534
-1722
lines changed

.phpunit.cache/test-results

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":1,"defects":[],"times":{"StillCode\\ArPhpLaravel\\Tests\\ExampleTest::true_is_true":0.014,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::it_is_not_arabic_text":0.006,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::it_is_arabic_text":0.002,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::int2str_convert_number_to_text":0.003,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::int2str_cant_convert_text_to_number":0.004,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::str2int_convert_text_to_number":0.002,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::str2int_cant_convert_number_to_text":0.003,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::check_is_not_female":0.002,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::check_is_female":0.002,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::guess_gender_male":0.004,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::guess_gender_female":0.003,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::it_convert_mony_to_text":0.002,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::it_can_translate_text":0.003}}
1+
{"version":1,"defects":[],"times":{"StillCode\\ArPhpLaravel\\Tests\\ExampleTest::true_is_true":0.014,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::it_is_not_arabic_text":0.004,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::it_is_arabic_text":0.001,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::int2str_convert_number_to_text":0.002,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::int2str_cant_convert_text_to_number":0.003,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::str2int_convert_text_to_number":0.001,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::str2int_cant_convert_number_to_text":0.001,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::check_is_not_female":0.001,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::check_is_female":0.001,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::guess_gender_male":0.002,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::guess_gender_female":0.001,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::it_convert_mony_to_text":0.001,"StillCode\\ArPhpLaravel\\Tests\\arPhpTest::it_can_translate_text":0.001}}

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@
2525
],
2626
"require": {
2727
"php": "^7.1|^8.0|^8.1|^8.2",
28-
"illuminate/support": "^8.0|^9.0|^10.0|^11.0",
28+
"illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0",
2929
"khaled.alshamaa/ar-php": "^6.3"
3030
},
3131
"require-dev": {
3232
"laravel/pint": "^1.8",
3333
"nunomaduro/larastan": "^2.0",
34-
"orchestra/testbench": "^7.0|^8.0|^9.0",
35-
"phpunit/phpunit": "^9.5|^10.1"
34+
"orchestra/testbench": "^7.0|^8.0|^9.0|^10.0",
35+
"phpunit/phpunit": "^9.5|^10.1|^11.1"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)