File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 99    runs-on : ubuntu-latest 
1010    strategy :
1111      matrix :
12-         php : [ 7.4, 8.0,  8.1 ] 
12+         php : [ 8.1 ] 
1313    steps :
1414      - uses : actions/checkout@v2 
1515      - uses : shivammathur/setup-php@v2 
Original file line number Diff line number Diff line change 1818		}
1919	],
2020	"require" : {
21- 		"php" : " ^7.4 || ^8.0 " 
21+ 		"php" : " ^8.1 " 
2222		"ext-json" : " *" 
2323		"nette/application" : " ~2.4|~3.0.0|~3.1.0" 
2424		"nette/forms" : " ~2.4|~3.0.0|~3.1.0" 
25- 		"contributte/recaptcha" : " ^3.1 " 
25+ 		"contributte/recaptcha" : " ^4.0.2 " 
2626		"nette/di" : " ~2.4|^3.0.0" 
27- 		"nette/utils" : " ~2.4|~3.0.0|~3.1.0|~3.2.0" 
27+ 		"nette/utils" : " ~2.4|~3.0.0|~3.1.0|~3.2.0|~4.0.3 " 
2828		"pd/utils" : " ^1.0" 
2929	},
3030	"require-dev" : {
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ public function jsonSerialize()
195195		}
196196
197197		if  (\count ($ messages
198- 			$ serialized'msg ' ] = \array_map (function  (string  $ messagestring  {
198+ 			$ serialized'msg ' ] = \array_map (function  (string  $ messagestring | \ Stringable 
199199				return  $ this translator ->translate ($ message
200200			}, $ messages
201201		}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments