File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 strategy :
99 matrix :
1010 operating-system : [ubuntu-latest, macOS-latest]
11- php-versions : ["8.1 ", "8.2 "]
11+ php-versions : ["8.2 ", "8.3 "]
1212 name : PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
1313
1414 steps :
Original file line number Diff line number Diff line change 11{
22 "name" : " elforastero/transliterate" ,
33 "description" : " Transliteration package for laravel" ,
4- "version" : " 7 .0.0" ,
4+ "version" : " 8 .0.0" ,
55 "type" : " library" ,
66 "license" : " MIT" ,
77 "authors" : [
2323 }
2424 },
2525 "require" : {
26- "php" : " >=8.1 " ,
26+ "php" : " ^8.2 " ,
2727 "ext-intl" : " *" ,
28- "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0"
28+ "illuminate/support" : " ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0 "
2929 },
3030 "require-dev" : {
31- "phpunit/phpunit" : " >= 9.0" ,
32- "orchestra/testbench" : " >= 6.0" ,
31+ "phpunit/phpunit" : " ^ 9.0" ,
32+ "orchestra/testbench" : " ^ 6.0" ,
3333 "friendsofphp/php-cs-fixer" : " ^3.9" ,
3434 "brainmaestro/composer-git-hooks" : " ^2.8"
3535 },
You can’t perform that action at this time.
0 commit comments