File tree Expand file tree Collapse file tree 6 files changed +934
-333
lines changed Expand file tree Collapse file tree 6 files changed +934
-333
lines changed Original file line number Diff line number Diff line change 10
10
build :
11
11
runs-on : ubuntu-latest
12
12
container :
13
- image : amaccis/php-libstemmer:2.0 .0
13
+ image : amaccis/php-libstemmer:2.1 .0
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 1
1
# php-stemmer
2
2
3
- [ ![ PHP Version] ( https://img.shields.io/badge/php-%5E7.4-blue.svg )] ( https://img.shields.io/badge/php-%5E7.4-blue.svg )
3
+ [ ![ PHP Version] ( https://img.shields.io/badge/php-%5E7.4%7C%5E8.0 -blue.svg )] ( https://img.shields.io/badge/php-%5E7.4%7C%5E8.0 -blue.svg )
4
4
![ CI] ( https://github.com/amaccis/php-stemmer/workflows/CI/badge.svg )
5
5
6
6
## What is PHP Stemmer?
Original file line number Diff line number Diff line change 14
14
}
15
15
},
16
16
"require" : {
17
- "php" : " ^7.4" ,
17
+ "php" : " ^7.4 || ^8.0 " ,
18
18
"ext-ffi" : " *"
19
19
},
20
20
"require-dev" : {
21
- "phpunit/phpunit" : " ^8 " ,
22
- "phpstan/phpstan" : " ^0.12.11 "
21
+ "phpunit/phpunit" : " ^9.5 " ,
22
+ "phpstan/phpstan" : " ^0.12"
23
23
}
24
24
}
You can’t perform that action at this time.
0 commit comments