File tree 6 files changed +9
-9
lines changed
src/Spryker/Zed/Development/Business/CodeBuilder/Module/Templates
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 18
18
- name : Setup PHP
19
19
uses : shivammathur/setup-php@v2
20
20
with :
21
- php-version : ' 8.2 '
21
+ php-version : ' 8.3 '
22
22
extensions : mbstring, intl, bcmath
23
23
coverage : none
24
24
41
41
- name : Setup PHP
42
42
uses : shivammathur/setup-php@v2
43
43
with :
44
- php-version : ' 8.1 '
44
+ php-version : ' 8.2 '
45
45
extensions : mbstring, intl, bcmath
46
46
coverage : none
47
47
Original file line number Diff line number Diff line change 1
1
# Development Module
2
2
[ ![ Latest Stable Version] ( https://poser.pugx.org/spryker/development/v/stable.svg )] ( https://packagist.org/packages/spryker/development )
3
- [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.1 -8892BF.svg )] ( https://php.net/ )
3
+ [ ![ Minimum PHP Version] ( https://img.shields.io/badge/php-%3E%3D%208.2 -8892BF.svg )] ( https://php.net/ )
4
4
5
5
Development is a tooling module for (local) development.
6
6
Original file line number Diff line number Diff line change 5
5
"license" : " proprietary" ,
6
6
"require" : {
7
7
"nette/di" : " ^2.4.7 || ^3.2.0" ,
8
- "php" : " >=8.1 " ,
8
+ "php" : " >=8.2 " ,
9
9
"phpmd/phpmd" : " ^2.0.0" ,
10
10
"spryker/config" : " ^3.0.0" ,
11
11
"spryker/graph" : " ^3.0.0" ,
Original file line number Diff line number Diff line change 20
20
21
21
<rule ref =" Spryker.Internal.SprykerDisallowFunctions" >
22
22
<properties >
23
- <!-- We want to prevent 8.2 + functions to break 8.1 compatibility -->
24
- <property name =" phpVersion" value =" 8.1 " />
23
+ <!-- We want to prevent 8.3 + functions to break 8.2 compatibility -->
24
+ <property name =" phpVersion" value =" 8.2 " />
25
25
</properties >
26
26
</rule >
27
27
Original file line number Diff line number Diff line change 20
20
21
21
<rule ref =" Spryker.Internal.SprykerDisallowFunctions" >
22
22
<properties >
23
- <!-- We want to prevent 8.2 + functions to break 8.1 compatibility -->
24
- <property name =" phpVersion" value =" 8.1 " />
23
+ <!-- We want to prevent 8.3 + functions to break 8.2 compatibility -->
24
+ <property name =" phpVersion" value =" 8.2 " />
25
25
</properties >
26
26
</rule >
27
27
Original file line number Diff line number Diff line change 1
1
# { module} Module
2
2
[](https://packagist.org/packages/{ namespaceDashed} /{ moduleDashed} )
3
- [](https://php.net/)
3
+ [](https://php.net/)
4
4
5
5
{ {ADD DESCRIPTION HERE} }
6
6
You can’t perform that action at this time.
0 commit comments